angular2-aot-cli-webpack-plugin
angular2-aot-cli-webpack-plugin copied to clipboard
Angular AOT (Ahead Of Time) compilation with Webpack plugin
Hi, I am facing a tough issue trying a few things for AoT. When I try to add an `*ngFor` reference in a template with its corresponding metadata (importing `CommonModule`...
The application compiles the first time just fine. When changes are made the watch starts to re-compile, but fails with the following error: ``` ERROR in ./src/app/modules/main.module.ngfactory.ts Module build failed:...
Currently the configuration with AOT compilation combined with lazy loading is error prone. I've been trying out many starters, but as soon as I change the configuration, it breaks. You...