Lazy Loading Modules
In this lesson, we'll learn how to improve the performance of the application by utilizing lazy loading.
We'll cover the following
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 1400+ tech skills courses.