What is the impact of lazy loading on the initial load time of an Angular application?
- It depends on the module
- It has no impact
- It increases initial load
- It reduces initial load
Lazy loading has a positive impact on the initial load time of an Angular application as it reduces the initial load by loading modules on-demand.
Loading...
Related Quiz
- What is the main benefit of using child routes in Angular applications?
- Which property of the NavigationExtras object allows you to preserve query parameters across multiple navigation operations?
- Which Router Event is fired when navigation is canceled?
- To handle errors within an Observable chain, you can use the _____ operator in RxJS.
- How can you access a specific form control within a form group in Angular?