Skip to content

starjumper30/toh-bundles-demo

Repository files navigation

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