Skip to content

Commit 3fcb417

Browse files
committed
v20
1 parent 5823b35 commit 3fcb417

File tree

9 files changed

+2989
-2989
lines changed

9 files changed

+2989
-2989
lines changed

SampleApp/angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,31 @@
154154
},
155155
"cli": {
156156
"analytics": false
157+
},
158+
"schematics": {
159+
"@schematics/angular:component": {
160+
"type": "component"
161+
},
162+
"@schematics/angular:directive": {
163+
"type": "directive"
164+
},
165+
"@schematics/angular:service": {
166+
"type": "service"
167+
},
168+
"@schematics/angular:guard": {
169+
"typeSeparator": "."
170+
},
171+
"@schematics/angular:interceptor": {
172+
"typeSeparator": "."
173+
},
174+
"@schematics/angular:module": {
175+
"typeSeparator": "."
176+
},
177+
"@schematics/angular:pipe": {
178+
"typeSeparator": "."
179+
},
180+
"@schematics/angular:resolver": {
181+
"typeSeparator": "."
182+
}
157183
}
158184
}
2.85 MB
Binary file not shown.

0 commit comments

Comments
 (0)