Join our newsletter!
Get exclusive content, resources, and more!
1-2 emails per week, no spam
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.