@ -529,7 +529,7 @@
"main": "apps/dev-app/src/main.ts",
"polyfills": "apps/dev-app/src/polyfills.ts",
"tsConfig": "apps/dev-app/tsconfig.app.json",
"aot": true,
"aot": false,
"assets": [
"apps/dev-app/src/favicon.ico",
"apps/dev-app/src/assets"
@ -32,6 +32,9 @@
"@abp/ng.feature-management/*": ["packages/feature-management/src/lib/*"]
}
},
"angularCompileroptions": {
"enableIvy": false
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"],
"exclude": ["src/test.ts", "src/**/*.spec.ts"]
@ -9,6 +9,7 @@
"lib": ["dom", "es2018"]
"angularCompilerOptions": {
"enableIvy": false,
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"fullTemplateTypeCheck": true,
@ -12,6 +12,7 @@
]
@ -13,6 +13,7 @@
"paths": {}
@ -13,7 +13,8 @@
"strictInjectionParameters": true,
"enableResourceInlining": true
"enableResourceInlining": true,
"exclude": ["src/test.ts", "**/*.spec.ts"]
@ -16,6 +16,7 @@
"types": ["jest"]
"strictInjectionParameters": true