Skip to content

Commit e4a77c2

Browse files
committed
feat: update
1 parent 49ccb74 commit e4a77c2

File tree

4 files changed

+11283
-12682
lines changed

4 files changed

+11283
-12682
lines changed

frontend/src/angular/angular.json

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

0 commit comments

Comments
 (0)