Skip to content

mgraphic/Angular-Lazy-Loading-Example

Repository files navigation

Angular Lazy Loading Example

Examples to show how Angular can lazy load modules and components in your application


Lazy Load Module Example

Installing and running example application

cd lazy-load-module-example
npm install
npm start

Open example app in a browser

http://localhost:4201


Lazy Load Component Example

Installing and running example application

cd lazy-load-component-example
npm install
npm start

Open example app in a browser

http://localhost:4202

About

Examples to show how Angular can lazy load modules and components in your application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published