starjumper30 / toh-bundles-demo

Demo for May 2020 Advanced Angular Lunch (Managing bundle sizes)

Home Page:https://www.meetup.com/Angular-Lunch/events/270604253/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Demo for May 2020 Advanced Angular Lunch (Managing bundle sizes)

https://www.meetup.com/Angular-Lunch/events/270604253/


Languages

Language:TypeScript 76.9%Language:CSS 11.0%Language:JavaScript 6.7%Language:HTML 5.4%