Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ilikerobots/3972940dea1ca84c4fd3e5b26701a8b8 to your computer and use it in GitHub Desktop.
Save ilikerobots/3972940dea1ca84c4fd3e5b26701a8b8 to your computer and use it in GitHub Desktop.
<nav>
<ul>
<li><a [routerLink]="['Players']">Players</a></li>
<li><a [routerLink]="['Teams']">Teams</a></li>
<li><a [routerLink]="['Fields']">Fields</a></li>
</ul>
</nav>
<div class="content" id="content">
<router-outlet></router-outlet>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment