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-compilerI'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