What is lazy loading and why is it used for Angular?
Lazy loading is a method in Angular that permits you to load JavaScript elements asynchronously when a unique route is activated. This can add some initial overall performance for the duration of the preliminary load, especially if you have many factors with complicated routing.
BY Best Interview Question ON 10 Nov 2020