Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 762 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 762 Bytes

Getting Started

This is a modification of the Tour of Heroes tutorial application. I have added a widget library and lazy-loading in order to demonstrate bundle optimization. Please see the commit history, which serves as a succession of demo steps.

Presentation

This example was created for the May 2020 Advanced Angular Lunch presentation.

Slides

Get the Code

git clone https://github.com/starjumper30/toh-bundles-demo.git
cd toh-bundles-demo
npm i

Build and Run

ng build ui-widgets
ng serve

Analyze Bundles

npm run sme