update Angular to latest Version

This commit is contained in:
2026-06-10 23:21:29 +02:00
parent f48dd0240f
commit 5781c245e3
23 changed files with 1752 additions and 1238 deletions
+9 -1
View File
@@ -11,5 +11,13 @@
],
"include": [
"src/**/*.d.ts"
]
],
"angularCompilerOptions": {
"extendedDiagnostics": {
"checks": {
"nullishCoalescingNotNullable": "suppress",
"optionalChainNotNullable": "suppress"
}
}
}
}