Skip to content

Commit 4f6869c

Browse files
committed
chore: upgrade Angular dependencies to version 20.0.0 and update TypeScript configuration
1 parent c0beadd commit 4f6869c

File tree

4 files changed

+1021
-2356
lines changed

4 files changed

+1021
-2356
lines changed

angular/angular.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,31 @@
5656
"sourceRoot": "src"
5757
}
5858
},
59-
"version": 1
59+
"version": 1,
60+
"schematics": {
61+
"@schematics/angular:component": {
62+
"type": "component"
63+
},
64+
"@schematics/angular:directive": {
65+
"type": "directive"
66+
},
67+
"@schematics/angular:service": {
68+
"type": "service"
69+
},
70+
"@schematics/angular:guard": {
71+
"typeSeparator": "."
72+
},
73+
"@schematics/angular:interceptor": {
74+
"typeSeparator": "."
75+
},
76+
"@schematics/angular:module": {
77+
"typeSeparator": "."
78+
},
79+
"@schematics/angular:pipe": {
80+
"typeSeparator": "."
81+
},
82+
"@schematics/angular:resolver": {
83+
"typeSeparator": "."
84+
}
85+
}
6086
}

0 commit comments

Comments
 (0)