Update to angular 15 & related frontend packages

This commit is contained in:
Michael Shamoon
2023-01-11 23:10:16 -08:00
parent 9e33344808
commit 4b4111ec03
8 changed files with 4121 additions and 5745 deletions

View File

@@ -193,5 +193,13 @@
"schematicCollections": [
"@angular-eslint/schematics"
]
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}