Pick a focused question that fits your time, stack, and interview goal.
How much time do you have?
Show one-drill sessions you can finish now.
5 results across 1 active filter
Page 1 of 1
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.