Chapter Summary
Problem | Solution | Listing |
---|---|---|
Delaying navigation until a task is complete | Use a route resolver | 1–7 |
Preventing route activation | Use an activation guard | 8–14 |
Preventing the user from navigating away from the current conte`nt | Use a deactivation guard | 15–19 |
Deferring loading a feature module until it is required ... |