25 Routing and navigation: part 2
This chapter
- Using wildcards to define routes that match multiple URLs
- Using redirections to map from one URL to another
- Performing navigation within a component
- Using CSS styles to reflect changes in routes
- Using child routes to define common route configurations
In the previous chapter, I introduced the Angular URL routing system and explained how it can be used to control the components that are displayed to the user. The routing system has a lot of features, which I continue to describe in this chapter and chapter 26. The emphasis in this chapter is on creating more complex routes, including routes that will match any URL, routes that redirect the browser to other URLs, routes that navigate within ...
Get Pro Angular 16 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.