Basics of Angular Routing
15th Jun 2022 by Aneesh Mistry
Angular Routing
Take a look at how you can configure routes with the Angular Routing Module. We will create multiple components and link them to individual routes. We will then use the RouterLink to create buttons that take us to those routes, before completing the tutorial with a demonstration of how to create nested routes.