Polishing and code clean-up

This commit is contained in:
grimsi
2022-08-06 12:24:33 +02:00
parent 34d9de44dd
commit d989d0d5e4
37 changed files with 402 additions and 120 deletions
+7 -1
View File
@@ -29,6 +29,12 @@
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
"strictTemplates": true,
"extendedDiagnostics": {
"checks": {
// Currently buggy, see https://github.com/angular/angular/issues/46918
"optionalChainNotNullable": "suppress"
}
}
}
}