Last active
August 28, 2017 14:52
-
-
Save davidgjordan/609295e5e33739b6bded008711d36329 to your computer and use it in GitHub Desktop.
RouterLink and RouterLinkActive
This file contains hidden or 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
<li routerLinkActive="active"><a [routerLink]="['contributions/themes', 1]" >Themes</a></li> | |
<li routerLinkActive="active"><a [routerLink]="['contributions/videos']" >Videos</a></li> | |
<li routerLinkActive="active"><a [routerLink]="['contributions/books']" >Books</a></li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment