Lazy Loading is a popular method used in Angular 4 which is used to load JavaScript components asynchronously when a specific routing feature is activated. Its main use is to increase performance during the initial load within a complex routing scheme involving multiple components.

BY Best Interview Question ON 20 Jan 2020