Skip to content

Commit a4cb318

Browse files
committed
upgrade to ng20
1 parent 2b52368 commit a4cb318

File tree

5 files changed

+5344
-8027
lines changed

5 files changed

+5344
-8027
lines changed

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,31 @@
9999
},
100100
"cli": {
101101
"analytics": false
102+
},
103+
"schematics": {
104+
"@schematics/angular:component": {
105+
"type": "component"
106+
},
107+
"@schematics/angular:directive": {
108+
"type": "directive"
109+
},
110+
"@schematics/angular:service": {
111+
"type": "service"
112+
},
113+
"@schematics/angular:guard": {
114+
"typeSeparator": "."
115+
},
116+
"@schematics/angular:interceptor": {
117+
"typeSeparator": "."
118+
},
119+
"@schematics/angular:module": {
120+
"typeSeparator": "."
121+
},
122+
"@schematics/angular:pipe": {
123+
"typeSeparator": "."
124+
},
125+
"@schematics/angular:resolver": {
126+
"typeSeparator": "."
127+
}
102128
}
103129
}

0 commit comments

Comments
 (0)