Lazy Loading Modules

In this lesson, we'll learn how to improve the performance of the application by utilizing lazy loading.

Up until now, our app has been using eager loading by default, but what is eager loading? Loading of an application with all the components registered in the app module is called eager loading.

Get hands-on with 1200+ tech skills courses.