filmov
tv
EP 12.3 - Angular / Routing / Navigation
Показать описание
In this lecture, we’ve shown how we can navigate between routes in Angular programmatically via the router and via the template by using the routerLink directive.
We’ve also explained that both these methods require a _link params array+ to be passed in order to function.
And finally, we’ve shown how to add some user feedback as to the currently active route by using the routerLinkActive directive.
In the next lecture, we’ll explain how to add variable parameters to routes via parametrized routes.