InterviewSolution
Saved Bookmarks
| 1. |
What is lazy loading and why is it used for Angular? |
|
Answer» Lazy loading is a method in Angular that permits you to load JavaScript ELEMENTS ASYNCHRONOUSLY when a unique route is activated. This can add some initial overall performance for the duration of the preliminary load, especially if you have many factors with complicated routing. The concept of lazy loading is everywhere now, you must know the basic meaning of this word: “lazy loading”. Once you have CLARITY on it, you can answer many of the questions related to this lazy loading, because in all the technologies in the END the meaning is the same. |
|