Skip to content

Commit d327ad4

Browse files
chore(angular): migrate from Angular 18 to 21 via ng update
- Update @angular/* and tooling from 18 → 19 → 20 → 21 - Remove @angular-builders/custom-webpack (unused) - Apply migrations: standalone implicit default, *ngIf → @if control flow, moduleResolution → bundler Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 32716f6 commit d327ad4

6 files changed

Lines changed: 14586 additions & 13445 deletions

File tree

Angular/angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,31 @@
111111
},
112112
"cli": {
113113
"analytics": "4497732b-a111-4449-ba60-83332c3ecf94"
114+
},
115+
"schematics": {
116+
"@schematics/angular:component": {
117+
"type": "component"
118+
},
119+
"@schematics/angular:directive": {
120+
"type": "directive"
121+
},
122+
"@schematics/angular:service": {
123+
"type": "service"
124+
},
125+
"@schematics/angular:guard": {
126+
"typeSeparator": "."
127+
},
128+
"@schematics/angular:interceptor": {
129+
"typeSeparator": "."
130+
},
131+
"@schematics/angular:module": {
132+
"typeSeparator": "."
133+
},
134+
"@schematics/angular:pipe": {
135+
"typeSeparator": "."
136+
},
137+
"@schematics/angular:resolver": {
138+
"typeSeparator": "."
139+
}
114140
}
115141
}

0 commit comments

Comments
 (0)