Skip to content

Commit 4a3b4e2

Browse files
committed
Update Angular to version 20
1 parent e47f1da commit 4a3b4e2

File tree

5 files changed

+2060
-2209
lines changed

5 files changed

+2060
-2209
lines changed

angular.json

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

0 commit comments

Comments
 (0)