Lazy Lading is best described as efficient management of modules, by which it loads only those parts of the applications that the user intends to see initially. Instead of loading the entire application at once, which severely affects the loading time of the Angular JS application. So, the modules which are Lazy Loaded help in speeding the application openings and reduces the opening time significantly.
Check out the Angular tutorial if you wish to learn more, and take a look at the Angular JS course if you want yourself to get certified in Angular. Also, watch our YouTube video on Angular Tutorial.