To implement lazy loading in Angular, you need to use the loadChildren property in your _______.
- Component
- Module
- Route Configuration
- Service
To implement lazy loading in Angular, you need to use the loadChildren property in your Route Configuration. This property defines which module to load lazily.
Loading...
Related Quiz
- How can you ensure that a service provides a single, shared instance across an entire Angular application?
- What is the difference between dirty and touched properties of a form control?
- What is the purpose of using AbstractControl in reactive forms?
- What is the main purpose of Angular's change detection mechanism?
- To handle errors within an Observable chain, you can use the _____ operator in RxJS.