Chorehancement: update to Angular v22, 'zoneless' / 'reactive' (#13114)

This commit is contained in:
shamoon
2026-07-10 00:42:16 -07:00
committed by GitHub
parent f244442c65
commit 106b41a15c
213 changed files with 5363 additions and 5842 deletions
+3
View File
@@ -10,6 +10,8 @@
"experimentalDecorators": true,
"moduleResolution": "bundler",
"importHelpers": true,
"ignoreDeprecations": "6.0",
"strict": false,
"target": "ES2022",
"module": "es2020",
"lib": [
@@ -20,5 +22,6 @@
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictTemplates": false
}
}