Minifying Angular 2 Applications

Minification used to be a topic for library developers who distribute a foo-min.js script for users to drop into their page. With ES6 modules, we can do better, by minifying the entire application along with its dependencies into a single .js bundle. We will cover the tooling pipeline, from Angular's template compiler, through tree-shaking, bundling, and minification.
Length: 27:25
Views 740 Likes: 16
Recorded on 2016-10-25 at ngEurope
Look for other videos at ngEurope.
Tweet this video