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.
This example was created for the May 2020 Advanced Angular Lunch presentation.
git clone https://github.com/starjumper30/toh-bundles-demo.git
cd toh-bundles-demo
npm i
ng build ui-widgets
ng serve
npm run sme