Created
November 27, 2016 10:18
-
-
Save ilikerobots/3972940dea1ca84c4fd3e5b26701a8b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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