Angular 22 upgrade
All checks were successful
Deploy dzanan.net / deploy (push) Successful in 52s

This commit is contained in:
amar.dzanan
2026-09-06 20:16:55 +02:00
parent e64239fbae
commit 886292aca9
6 changed files with 2736 additions and 2873 deletions

View File

@@ -13,5 +13,13 @@
],
"exclude": [
"src/**/*.spec.ts"
]
],
"angularCompilerOptions": {
"extendedDiagnostics": {
"checks": {
"nullishCoalescingNotNullable": "suppress",
"optionalChainNotNullable": "suppress"
}
}
}
}