To enable lazy loading in Angular, you need to use the _____ property in your routing configuration.
- enableLazyLoad
- lazyLoad
- loadChildren
- routeLazy
To enable lazy loading in Angular, you need to use the loadChildren property in your routing configuration to specify the module to load lazily.
Loading...
Related Quiz
- What is the main benefit of using Ivy Renderer in Angular applications?
- You're building an e-commerce application and want to create a nested navigation structure where product categories have sub-categories. How would you design the routing for this scenario using child routes?
- Which RxJS operator is commonly used to filter items emitted by an Observable based on a condition?
- When debugging Protractor tests, you can insert a call to _____ to pause the test execution.
- You've been given a task to add PWA (Progressive Web App) capabilities to your existing Angular application. Which Angular CLI command would you use to achieve this?