Angular
Diving Into Angular's Router

Navigating Between Routes

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

Angular's router gives us a couple different ways to link between various routes in our apps. We can use template-based routing with the routerLink directive, or we can navigate programmatically using the Router class. Let's get a feel for both methods.

 

I finished! On to the next chapter