Skip to content

Commit 280a976

Browse files
Intermediate upgrade
1 parent 3c4b0fa commit 280a976

File tree

7 files changed

+8311
-6829
lines changed

7 files changed

+8311
-6829
lines changed

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,31 @@
105105
},
106106
"cli": {
107107
"analytics": false
108+
},
109+
"schematics": {
110+
"@schematics/angular:component": {
111+
"type": "component"
112+
},
113+
"@schematics/angular:directive": {
114+
"type": "directive"
115+
},
116+
"@schematics/angular:service": {
117+
"type": "service"
118+
},
119+
"@schematics/angular:guard": {
120+
"typeSeparator": "."
121+
},
122+
"@schematics/angular:interceptor": {
123+
"typeSeparator": "."
124+
},
125+
"@schematics/angular:module": {
126+
"typeSeparator": "."
127+
},
128+
"@schematics/angular:pipe": {
129+
"typeSeparator": "."
130+
},
131+
"@schematics/angular:resolver": {
132+
"typeSeparator": "."
133+
}
108134
}
109135
}

0 commit comments

Comments
 (0)