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

https://github.com/pauldraper/angular-doesnt-tree-shake


https://github.com/pauldraper/angular-doesnt-tree-shake

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Angular doesn't tree-shake

Inspect `dist/` and see that all the `@angular/common` pipes are included.

To run:

```sh
yarn install
./build
```