Skip to content

Instantly share code, notes, and snippets.

@dileno
Created September 13, 2019 12:58
Show Gist options
  • Save dileno/f684d74c87971f4c8f9ac45b7a991030 to your computer and use it in GitHub Desktop.
Save dileno/f684d74c87971f4c8f9ac45b7a991030 to your computer and use it in GitHub Desktop.
App.component
<div class="container">
<a [routerLink]="['/']" class="btn btn-info">Start</a>
<router-outlet></router-outlet>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment