Gonick Nalwa

Results 3 comments of Gonick Nalwa

I am having the same issue. Can anyone help please. if I build the app without --env.aot I get no error. But, while building with --env.aot I get error as:...

**tsconfig.json** { "compileOnSave": false, "compilerOptions": { "outDir": "./dist/out-tsc", "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es5", "typeRoots": [ "node_modules/@types" ], "lib": [ "es2017", "dom", "es6", "es2015.iterable" ], "module":...