Search⌘ K

Routing and Navigation

Explore the fundamentals of Angular routing and navigation, including route setup, navigation techniques, route guards, and asynchronous routing. This lesson guides you through enhancing your client contacts manager app by adding interactive navigation to improve user experience.

Chapter learning outcomes

So far, we’ve looked at what Angular is, how to get started, and how to use the Angular CLI to help us build our first Angular application. However, the application we’ve built so far doesn’t have a lot of functionality. We will start adding more functionality to our application over the next ...