angular2-bs4-navbar
angular2-bs4-navbar copied to clipboard
First link / Brand name is always active
I've been searching for the solution to get rid of the active class for the first path / landing path, i.e. ' ' or '/'.. If you've any, then please do let me know. Thanks in advance
Basically you need to add [routerLinkActiveOptions]="{exact: true}" for Brand type.
I ll see if I can push a commit soon for this