This session explores the many facets of routing in an Angular application, and covers a lot of awesome yet practical techniques. With routing, we can define multiple routes, pass data to routes, preload data for our views, guard our routes, add a spinner, and even improve performance by asynchronously loading our routes.
You will learn:
- More sophisticated routing techniques
- How to leverage child routes
- How to improve startup performance with lazy loading