This is the code example of the blog post "Optimize your Angular 2 Application with Tree Shaking".
To install the dependencies and types:
npm install
To perform a build for development without tree Shaking:
npm run build
To perform a build for production using tree shaking + minification:
npm run build:prod
To execute the development version in the browser:
npm run serve