Skip to content

Commit 1830a06

Browse files
Feat: Support for angular 15 (#313)
* feat: upgrade package peerdependencies to Angular 15 * feat: update eslint/schematics to 15 * feat: upgrade angular material to 15 * fix: remove legacy material dependencies
1 parent 23ca886 commit 1830a06

File tree

9 files changed

+10284
-10073
lines changed

9 files changed

+10284
-10073
lines changed

angular.json

+8
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,13 @@
173173
"defaultProject": "ngx-drag-scroll-demo",
174174
"cli": {
175175
"analytics": false
176+
},
177+
"schematics": {
178+
"@angular-eslint/schematics:application": {
179+
"setParserOptionsProject": true
180+
},
181+
"@angular-eslint/schematics:library": {
182+
"setParserOptionsProject": true
183+
}
176184
}
177185
}

0 commit comments

Comments
 (0)