Loading
Topic
Route composition, lazy loading, navigation state, guards, resolvers, and deep-link behavior.
Practice items tagged with Frontend Routing.
Uses a real route configuration and RouterTestingHarness to verify URLs, rendered components, redirects, guards, and failures.
Balances route ownership, initial bundle cost, likely navigation, authorization, and measurable user experience.
Chooses between blocking navigation for essential data and rendering a page-owned loading state.
Diagnoses server fallback rules, deployment base paths, asset URLs, and cache behavior rather than changing Angular routes blindly.
Uses guards for navigation UX while keeping permissions and data enforcement on the trusted server.