1. 9
    Highlight the currently active route with the `routerLinkActive` directive in Angular
    1m 29s

Highlight the currently active route with the `routerLinkActive` directive in Angular

Share this video with your friends

Send Tweet

When you have an application menu with a series of links pointing to different application routes, you definitely want to highlight which route is currently active by styling its corresponding link. Fortunately in Angular this is quite easy to achieve. In this lesson we will learn to leverage the routerLink directive and in particular its routerLinkActive property.