Skip to content

A web application in angular to demonstrate how lazy loading can be achieved.

Notifications You must be signed in to change notification settings

Priya1311/Lazy-Loading-Angular-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Lazy-Loading-Angular-Demo

Lazy loading is a mode that allows a developer to specify what components of a program should not be loaded into storage by default when a program is started. Modules/components are only loaded as they are specifically requested.

After running the application locally, You can check that a module is being lazy loaded with the Chrome developer tools. In Chrome, open the dev tools by pressing Cmd+Option+i on a Mac or Ctrl+Alt+i on a PC and go to the Network Tab.

About

A web application in angular to demonstrate how lazy loading can be achieved.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published