AngularJS and Webpack for Modular Applications, from egghead.io, solves a very specific pain point: reorganizing a growing AngularJS app's directives and templates without a mountain of manual updates.
Modularity Without the Busywork
Using webpack, you stop manually wiring up templateUrl, script tags, and the $templateCache every time files move — the bundler handles it.
What You'll Learn
- Modularizing AngularJS directives, CSS, and tests with webpack
- Restructuring a project's files without breaking template loading
It's a free, focused course — 10 lessons aimed at developers already working in AngularJS who want a cleaner build setup.