app.component.html 261 Bytes
Newer Older
sirilak's avatar
sirilak committed
1 2 3 4 5 6 7 8 9 10
<!--The content below is only a placeholder and can be replaced.-->
<div style="text-align:center">
  <h1>
    {{title}}
  </h1>
  <nav>
    <!-- <a routerLink="create" routerLinkActive="active">Add coins</a> -->
  </nav>
<router-outlet></router-outlet>
</div>