Top "Angular-compiler" questions

Angular 9 - NGCC fails with an unhandled exception

Buidling the application after having upgraded dependcies to Angular 9 (and having performed necessary code changes) throws an error: Compiling @angular/…

angular typescript ivy angular-compiler
_lazy_route_resource lazy namespace object

I'm using angular compiler: const AngularCompilerPlugin = require('@ngtools/webpack').AngularCompilerPlugin; With these compiler options: "angularCompilerOptions": { "genDir": "./build/compiled", "outDir": "./…

angular5 webpack-4 angular-aot angular-compiler