Skip to content

Commit 2acb023

Browse files
committed
feat: update
1 parent 8256e83 commit 2acb023

File tree

7 files changed

+3554
-4396
lines changed

7 files changed

+3554
-4396
lines changed

carrental-web/src/angular/carrental/angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,31 @@
161161
"schematicCollections": [
162162
"@angular-eslint/schematics"
163163
]
164+
},
165+
"schematics": {
166+
"@schematics/angular:component": {
167+
"type": "component"
168+
},
169+
"@schematics/angular:directive": {
170+
"type": "directive"
171+
},
172+
"@schematics/angular:service": {
173+
"type": "service"
174+
},
175+
"@schematics/angular:guard": {
176+
"typeSeparator": "."
177+
},
178+
"@schematics/angular:interceptor": {
179+
"typeSeparator": "."
180+
},
181+
"@schematics/angular:module": {
182+
"typeSeparator": "."
183+
},
184+
"@schematics/angular:pipe": {
185+
"typeSeparator": "."
186+
},
187+
"@schematics/angular:resolver": {
188+
"typeSeparator": "."
189+
}
164190
}
165191
}

0 commit comments

Comments
 (0)