Navigating through different pages/views in an effective manner is the most important aspect of creating a single page app (SPA). This is where routing comes into picture. Angular provides different concepts in relation to implementing routing in order to achieve navigation from one view to another. In this chapter, we will learn concepts such as the following to create single page applications (SPAs) using Angular and Spring 5:
- Introduction to routing
- Configuring route definitions
- RouterLink for navigation
- Route Guards for access control
- Routing configuration design patterns
- Creating a single page app
- Debugging Angular app