Skip to content

Commit c1f2c3e

Browse files
committed
feat: update
1 parent d471815 commit c1f2c3e

File tree

12 files changed

+9116
-10420
lines changed

12 files changed

+9116
-10420
lines changed

frontend/src/angular/angular.json

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

0 commit comments

Comments
 (0)