Concept Flow - Resolver for pre-fetching data
Route Activated
Resolver Called
Fetch Data (async)
Data Ready?
No→Wait
Yes
Pass Data to Component
Component Renders with Data
When a route activates, Angular calls the resolver to fetch data before the component loads. The route waits until data is ready, then passes it to the component.