https://github.com/starjumper30/toh-bundles-demo
Demo for May 2020 Advanced Angular Lunch (Managing bundle sizes)
https://github.com/starjumper30/toh-bundles-demo
angular bundlesize ng-packagr source-map-explorer
Last synced: 3 months ago
JSON representation
Demo for May 2020 Advanced Angular Lunch (Managing bundle sizes)
- Host: GitHub
- URL: https://github.com/starjumper30/toh-bundles-demo
- Owner: starjumper30
- Created: 2020-05-18T17:55:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T03:14:17.000Z (about 3 years ago)
- Last Synced: 2025-01-25T21:55:20.267Z (5 months ago)
- Topics: angular, bundlesize, ng-packagr, source-map-explorer
- Language: TypeScript
- Homepage: https://www.meetup.com/Angular-Lunch/events/270604253/
- Size: 805 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
This is a modification of
the [Tour of Heroes tutorial](https://angular.io/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.](https://www.meetup.com/Angular-Lunch/events/270604253/)
[Slides](https://docs.google.com/presentation/d/16S4pm8i1veJrDod1e4V3zszHMWe9Ll1DPkS4iTasJ9E/edit?usp=sharing)
## 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
```