Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What is Eager Loading, Lazy Loading, Pre-Loading in Angular? 1. What is Eager Loading? Feature modules under Eager Loading would be loaded before the application starts. This is the default module-loading strategy. 2. What is Lazy Loading? Feature modules under Lazy Loading would be loaded on demand after the application starts. It helps to start application faster. 3. What is Pre-Loading? Feature Modules under Pre-Loading would be loaded automatically after the application starts.
Related Topics