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