Skip to content

Commit f83e269

Browse files
authored
Update Angular version to v20 (#2744)
* Update angular 20 * Bump version * Update node version * Update node version
1 parent d850120 commit f83e269

File tree

7 files changed

+2892
-3620
lines changed

7 files changed

+2892
-3620
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20.15.1
1+
nodejs 22.17.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This is an Angular wrapper for the [Shepherd](https://github.com/shipshapecode/s
2222
- Angular 17: 17.x
2323
- Angular 18: 18.x
2424
- Angular 19: 19.x
25+
- Angular 20: 20.x
2526

2627
This has not been tested in anything but Angular 8+. It may or may not work in previous versions or subsequent versions of Angular. We would love to support multiple versions, if people with more Angular knowledge would be willing to help us out!
2728

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,31 @@
172172
"@angular-eslint/schematics",
173173
"@angular-eslint/schematics"
174174
]
175+
},
176+
"schematics": {
177+
"@schematics/angular:component": {
178+
"type": "component"
179+
},
180+
"@schematics/angular:directive": {
181+
"type": "directive"
182+
},
183+
"@schematics/angular:service": {
184+
"type": "service"
185+
},
186+
"@schematics/angular:guard": {
187+
"typeSeparator": "."
188+
},
189+
"@schematics/angular:interceptor": {
190+
"typeSeparator": "."
191+
},
192+
"@schematics/angular:module": {
193+
"typeSeparator": "."
194+
},
195+
"@schematics/angular:pipe": {
196+
"typeSeparator": "."
197+
},
198+
"@schematics/angular:resolver": {
199+
"typeSeparator": "."
200+
}
175201
}
176202
}

0 commit comments

Comments
 (0)