An open API service indexing awesome lists of open source software.

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)

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
```