Skip to content

Commit 2e4eca0

Browse files
committed
update angular
1 parent 9aaae3e commit 2e4eca0

26 files changed

+8713
-11914
lines changed

frameworks/keyed/angular-cf-new-nozone/angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,31 @@
8585
}
8686
}
8787
}
88+
},
89+
"schematics": {
90+
"@schematics/angular:component": {
91+
"type": "component"
92+
},
93+
"@schematics/angular:directive": {
94+
"type": "directive"
95+
},
96+
"@schematics/angular:service": {
97+
"type": "service"
98+
},
99+
"@schematics/angular:guard": {
100+
"typeSeparator": "."
101+
},
102+
"@schematics/angular:interceptor": {
103+
"typeSeparator": "."
104+
},
105+
"@schematics/angular:module": {
106+
"typeSeparator": "."
107+
},
108+
"@schematics/angular:pipe": {
109+
"typeSeparator": "."
110+
},
111+
"@schematics/angular:resolver": {
112+
"typeSeparator": "."
113+
}
88114
}
89115
}

0 commit comments

Comments
 (0)