Skip to content

Commit 36ce07f

Browse files
committed
feat(lib): upgrade to Angular 14
BREAKING CHANGE: upgrade to Angular 14
1 parent a7fc182 commit 36ce07f

File tree

6 files changed

+24988
-4204
lines changed

6 files changed

+24988
-4204
lines changed

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,13 @@
129129
}
130130
}
131131
},
132-
"defaultProject": "elements-demo",
133132
"schematics": {
134133
"@schematics/angular:component": {
135134
"style": "scss"
136135
}
137136
},
138137
"cli": {
139138
"analytics": false,
140-
"defaultCollection": "@angular-eslint/schematics"
139+
"schematicCollections": ["@angular-eslint/schematics"]
141140
}
142141
}

0 commit comments

Comments
 (0)