upgrade to Angular 22

This commit is contained in:
Alex Shnitman
2026-06-28 21:12:20 +03:00
parent d136344c26
commit 51fd203b71
7 changed files with 1023 additions and 1215 deletions
+9 -1
View File
@@ -12,5 +12,13 @@
],
"exclude": [
"src/**/*.spec.ts"
]
],
"angularCompilerOptions": {
"extendedDiagnostics": {
"checks": {
"nullishCoalescingNotNullable": "suppress",
"optionalChainNotNullable": "suppress"
}
}
}
}