Application navigation is one of the core functionalities for any website or application. Along with defining the routes or path, navigation helps users to reach the application pages, explore functionalities, and is also very useful for SEO purposes.
In this chapter, you will learn all about the Angular routing and navigation. Here's a detailed list of functionalities we will learn and implement in routing and navigation.
You will learn the following aspects of routing and navigation:
- Importing and configuring the router
- Enabling the Router Outlet, routerLink, routerLinkActive, and base href in the view
- Custom component routes and child routes
- Custom component routes with inner child routes--same page loading
- Demo application routing and navigation
At the end of the chapter, we will able to do the following things:
- Create app...