Angular 18 upgrade

This commit is contained in:
aboyko
2025-01-17 11:07:54 -05:00
parent 276e04a206
commit 8f469541cd
7 changed files with 11651 additions and 7472 deletions

View File

@@ -14,7 +14,6 @@
"declaration": true,
"experimentalDecorators": true,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"skipLibCheck": true,
"stripInternal": true,
"target": "ES2022",
@@ -27,6 +26,6 @@
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
"strictTemplates": false
}
}