Skip to content

Commit e2ee1bc

Browse files
committed
feat(lib): upgrade to Angular 15
BREAKING CHANGE: upgrade to Angular 15
1 parent d9a4e49 commit e2ee1bc

File tree

11 files changed

+6795
-6160
lines changed

11 files changed

+6795
-6160
lines changed

angular.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@
132132
"schematics": {
133133
"@schematics/angular:component": {
134134
"style": "scss"
135+
},
136+
"@angular-eslint/schematics:application": {
137+
"setParserOptionsProject": true
138+
},
139+
"@angular-eslint/schematics:library": {
140+
"setParserOptionsProject": true
135141
}
136142
},
137143
"cli": {

0 commit comments

Comments
 (0)