Chapter Summary
Problem | Solution | Listing |
---|---|---|
Delay navigation until a task is complete | Use a route resolver | 1–7 |
Prevent route activation | Use an activation guard | 8–14 |
Prevent the user from navigating away from the current content | Use a deactivation guard | 15–19 |
Defer loading a feature module until it is required | Create a dynamically ... |