ng-bundle-analyzer
Version:
Generate and display treemaps of Angular bundle.
24 lines (14 loc) • 601 B
Markdown
# NG Bundle Analyzer - Treemaps of your bundle.
**This package contains no new ideas**. It's just a wrapper around the excellent [Angular CLI](https://www.npmjs.com/package/@angular/cli) and [Treemap Explorer](https://www.npmjs.com/package/source-map-explorer).

## Installation
Using **npm** in your Angular project:
```shell
$ npm i ng-bundle-analyzer -D
```
## Execution
Using **npx** in your Angular project:
```shell
$ npx ng-bundle-analyzer
```
The summary page (shown above) should open automatically in your browser.