update to angular 12

This commit is contained in:
Matt Hill
2021-08-10 18:53:39 -06:00
parent 8bd6c6d6f4
commit b6aea884aa
19 changed files with 12735 additions and 10234 deletions

View File

@@ -5,7 +5,8 @@
"outDir": "./out-tsc/app",
"sourceMap": true,
"declaration": false,
"module": "esnext",
"downlevelIteration": true,
"module": "es2020",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
@@ -26,7 +27,10 @@
]
},
"angularCompilerOptions": {
"strictInjectionParameters": true
"strictInjectionParameters": true,
"enableI18nLegacyMessageIdFormat": false,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"files": [
"src/main.ts",