Skip to content

Commit e9fbd2b

Browse files
committed
chore(dependencies): update to Angular 20.2
1 parent e3207a1 commit e9fbd2b

File tree

6 files changed

+3888
-3152
lines changed

6 files changed

+3888
-3152
lines changed

CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Angular
22

3-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 20.2.
44

55
## Code scaffolding
66

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,31 @@
184184
"@cypress/schematic",
185185
"@schematics/angular"
186186
]
187+
},
188+
"schematics": {
189+
"@schematics/angular:component": {
190+
"type": "component"
191+
},
192+
"@schematics/angular:directive": {
193+
"type": "directive"
194+
},
195+
"@schematics/angular:service": {
196+
"type": "service"
197+
},
198+
"@schematics/angular:guard": {
199+
"typeSeparator": "."
200+
},
201+
"@schematics/angular:interceptor": {
202+
"typeSeparator": "."
203+
},
204+
"@schematics/angular:module": {
205+
"typeSeparator": "."
206+
},
207+
"@schematics/angular:pipe": {
208+
"typeSeparator": "."
209+
},
210+
"@schematics/angular:resolver": {
211+
"typeSeparator": "."
212+
}
187213
}
188214
}

0 commit comments

Comments
 (0)