UNPKG

ng-bundle-analyzer

Version:

Generate and display treemaps of Angular bundle.

24 lines (14 loc) 601 B
# 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). ![alt text](https://i.imgur.com/I0e1AvN.png) ## 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.