Update to angular 22

This commit is contained in:
2026-08-05 13:16:47 +02:00
parent 80e7493d82
commit 3cfdd34b6f
122 changed files with 7559 additions and 3911 deletions
+6 -1
View File
@@ -10,6 +10,8 @@
"pretty": true,
"module": "commonjs",
"moduleResolution": "node",
"ignoreDeprecations": "6.0",
"types": ["*"],
"baseUrl": ".",
"paths": {
"@angular/common/http": ["node_modules/@angular/common/types/http.d.ts"],
@@ -41,5 +43,8 @@
"tools",
"src/scripts",
"node_modules"
]
],
"angularCompilerOptions": {
"strictTemplates": false
}
}