Top "Routerlinkactive" questions

Why Angular2 routerLinkActive sets active class to multiple links?

I'm trying to implement routerLinkActive to my app but i'm facing the issue that it's sets class active to multiple …

angular routerlinkactive
Angular 2/4 - routerLinkActive not working properly

I have a problem with my routerLinkActive. Here is two Gifs to explain. First problem: When i start the app, …

angular routerlink routerlinkactive
Angular 6 routerLinkActive not working

I am building a site using Angular 6 and have been stuck for a few days now on a problem. I …

html css angular angular6 routerlinkactive
Angular routerLinkActive for multiple paths

In my Angular 5 project I've got a bootstrap nav-bar menu. routerLinkActive does work nicely when the start of the path …

angular routing angular2-routing routerlinkactive
How to pass variable query parameters with a routerLink in Angular 5

Within an *ngFor loop, where I'm building a list of search results (mat cards) with sample reading texts, I want …

angularjs angular5 routerlink routerlinkactive
Angular 6 - How do I set a Parent Menu Item To Active using routerLinkActive When Clicking on Its Child Menu Item?

I'm using Angular 6 and I've ran into an issue regarding my navigation menu. When I click on a child-item, only …

angular routerlinkactive
How to use "routerLinkActive" with query params in Angular 6?

I have a problem in Angular: I have three links, one of them has query params (due to using a …

angular parameters routing routerlinkactive
routerLinkActive in Angular 4 doesn't add class when only parameter changes

I have a problem with routerLinkActive in angular 4. I have this setup. export const FruitRoutes = [ { path: 'fruits/:id', component: FruiteNav, …

angular routerlink routerlinkactive