In the previous tutorial, we’ve created our Angular 10 pplication using Angular CLI, let’s now see how we can add routing and navigation to our applications.

We’ll learn how we can set up routing manually using a Router Module and outlet, how to add routes to our components to the Router configuration and how to use the redirectTo property to redirect users to different routes. We’ll also see the difference between the prefix and full matching strategies and how to use the routerLink directive to create navigation links…

#angular #web-development

Adding Routing to your Angular 10 App by Example
9.25 GEEK