Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (45k points)

Could someone tell me what is Lazy Loading in Angular?

1 Answer

0 votes
by (99k points)

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.

Related questions

0 votes
1 answer
asked Feb 22, 2021 in Web Technology by dev_sk2311 (45k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Feb 22, 2021 in Web Technology by dev_sk2311 (45k points)
0 votes
1 answer
asked Feb 22, 2021 in Web Technology by dev_sk2311 (45k points)

Browse Categories

...