sudheerj / angular-interview-questions

List of 300 Angular Interview Questions and answers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Most of the answers are WRONG!

ttma1046 opened this issue · comments

Lazy loading is one of the most useful concepts of Angular Routing.
It helps us to download the
web pages (no, it should be the frontend javascript bundles generated by angular)
in chunks instead of downloading everything in a big bundle.

so many incorrect answers.

No, It is used to asynchronously load the feature module for routing whenever required. Please check Angular8 features.