resolve blocks prefetch data before a route controller runs—reduces flicker in SPAs.
Include 'ngRoute' in your module dependency array—the playground CDN loads angular-route.min.js.
Important interview questions and answers
- Q: Why does this matter?
A: resolve blocks prefetch data before a route controller runs—reduces flicker in SPAs.
Self-check
- Summarize Resolve promises in one sentence.
- What would you try next in the playground?