update angular to v22

This commit is contained in:
Joel Wetzell
2026-06-07 21:24:10 -05:00
parent 2bb71b79be
commit 02c44549ae
5 changed files with 1508 additions and 1432 deletions
+9 -1
View File
@@ -6,5 +6,13 @@
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"]
"include": ["src/**/*.d.ts"],
"angularCompilerOptions": {
"extendedDiagnostics": {
"checks": {
"nullishCoalescingNotNullable": "suppress",
"optionalChainNotNullable": "suppress"
}
}
}
}