1. 8
    Create a hyperlink to an Angular route using RouterLink
    2m 56s

Create a hyperlink to an Angular route using RouterLink

Share this video with your friends

Send Tweet

Usually when defining different routes, we want to give the user the possibility to switch between them. Most often this happens through hyperlinks defined in some kind of application menu. In this lesson we will take a closer look how to define links to different application routes. Moreover we will learn how to leverage Angular’s routerLink directive for this job.