We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 136cd15 + 72009c8 commit 61a5a0bCopy full SHA for 61a5a0b
src/client/app/shared/navbar/navbar.component.html
@@ -1,4 +1,4 @@
1
<nav>
2
- <a [routerLink]="['/']">HOME</a>
3
- <a [routerLink]="['/about']">ABOUT</a>
+ <a [routerLink]="['/']" [routerLinkActive]="['router-link-active']" [routerLinkActiveOptions]="{exact:true}">HOME</a>
+ <a [routerLink]="['/about']" [routerLinkActive]="['router-link-active']" [routerLinkActiveOptions]="{exact:true}">ABOUT</a>
4
</nav>
0 commit comments