angular2-aot-cli-webpack-plugin icon indicating copy to clipboard operation
angular2-aot-cli-webpack-plugin copied to clipboard

Angular AOT (Ahead Of Time) compilation with Webpack plugin

Results 3 angular2-aot-cli-webpack-plugin issues
Sort by recently updated
recently updated
newest added

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:...

bug

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...