Commit 7daab57
committed
feat: update origin to Angular v22.1
Sync the Spanish translation with Angular v22.1 and fix the accumulated
drift between adev-es and the current origin structure.
Content sync
- Translate/update all guides affected by the v22.1 refactor: signals,
components, templates, directives, DI, routing, forms (including the
new Signal Forms guides), HTTP client, SSR, testing, Angular Aria,
i18n, animations
- Fully rewrite guide/testing/components-basics.md and
components-scenarios.md to match the current inline-code-based
English content (previously referenced a deleted examples/testing app)
- Remove content that no longer exists in English (pipes guides,
route-animations, prerendering, router-tutorial, devtools, migrations)
- Translate events/v22.md and update the aria/*.md Testing and API
reference sections to the current format
- Fix stale example file references (attribute-directives,
router-reference, routing-with-urlmatcher, i18n typos)
Link and anchor consistency
- Standardize internal links to explicit English heading IDs
({#id}) across guide/ so Spanish translations no longer break
anchors, and stabilize the resulting duplicate/misplaced IDs
- Fix broken absolute angular.dev links, stale/renamed page targets,
and Spanish-slugged anchors found via the real build pipeline
(npm run build), not just static link auditing
- Verify 1:1 heading structure and .en.md byte-parity for all 341
translated pages, and folder/file parity between adev-es and origin
Navigation architecture
- Rebuild adev-es/src/app/routing/navigation-entries/index.ts to match
origin's new navigation module (previously stuck on the old
monolithic sub-navigation-data.ts, missing ~20 new pages and several
top-level sections)
- Simplify sub-navigation-data.ts back to a thin re-export, matching
origin
- Translate remaining navigation.component.html/footer.component.html
strings and localize the home page demo components (control-flow,
deferrable-views, signals demo, hydration demo, animation)
Tooling
- Fix tools/update-origin.mjs: sync navigation-entries, home page
components, and links.ts going forward (previously unmatched glob
patterns silently skipped them)
- Bump .node-version to satisfy the pinned pnpm version required by CI1 parent 01c0889 commit 7daab57
679 files changed
Lines changed: 30290 additions & 19171 deletions
File tree
- adev-es/src
- app
- core/layout
- features/home
- components
- control-flow
- deferrable-views-example
- home-animation
- hydration-example
- signals-demo
- routing
- content
- ai
- best-practices
- performance
- runtime-performance
- cli
- ecosystem
- rxjs-interop
- service-workers
- events
- examples/i18n
- guide
- animations
- aria
- components
- directives
- di
- forms
- signals
- http
- i18n
- ngmodules
- pipes
- routing
- signals
- templates
- testing
- introduction
- essentials
- reference
- configs
- errors
- extended-diagnostics
- migrations
- tools
- cli
- devtools
- libraries
- tutorials
- deferrable-views
- intro
- steps
- 1-what-are-deferrable-views
- 2-loading-error-placeholder
- 3-defer-triggers
- first-app
- intro
- steps
- 01-hello-world
- 02-Home
- 03-HousingLocation
- 04-interfaces
- 05-inputs
- 06-property-binding
- 07-dynamic-template-values
- 08-ngFor
- 09-services
- 10-routing
- 11-details-page
- 12-forms
- 13-search
- 14-http
- learn-angular
- intro
- steps
- 1-components-in-angular
- 10-deferrable-views
- 11-optimizing-images
- 12-enable-routing
- 13-define-a-route
- 14-routerLink
- 15-forms
- 16-form-control-values
- 17-reactive-forms
- 18-forms-validation
- 19-creating-an-injectable-service
- 2-updating-the-component-class
- 20-inject-based-di
- 22-pipes
- 23-pipes-format-data
- 24-create-a-pipe
- 25-next-steps
- 3-composing-components
- 4-control-flow-if
- 5-control-flow-for
- 6-property-binding
- 7-event-handling
- 8-input
- 9-output
- signal-forms
- intro
- steps
- 1-set-up-form-model
- 2-connect-form-template
- 3-add-validation
- 4-display-errors
- 5-add-submission
- 6-next-steps
- signals
- intro
- steps
- 1-creating-your-first-signal
- 11-next-steps
- 2-deriving-state-with-computed-signals
- 4-managing-async-data-with-signals
- 5-component-communication-with-signals
- 6-two-way-binding-with-model-signals
- 7-using-signals-with-services
- 8-using-signals-with-directives
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 20 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | | - | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | | - | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
109 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
110 | 123 | | |
111 | 124 | | |
112 | 125 | | |
113 | 126 | | |
114 | | - | |
| 127 | + | |
115 | 128 | | |
116 | 129 | | |
117 | 130 | | |
118 | | - | |
| 131 | + | |
119 | 132 | | |
120 | 133 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
Lines changed: 43 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
185 | 180 | | |
186 | 181 | | |
187 | 182 | | |
| |||
195 | 190 | | |
196 | 191 | | |
197 | 192 | | |
| 193 | + | |
198 | 194 | | |
199 | 195 | | |
200 | 196 | | |
| |||
207 | 203 | | |
208 | 204 | | |
209 | 205 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 206 | + | |
214 | 207 | | |
215 | 208 | | |
216 | 209 | | |
| |||
303 | 296 | | |
304 | 297 | | |
305 | 298 | | |
306 | | - | |
| 299 | + | |
307 | 300 | | |
308 | 301 | | |
309 | 302 | | |
| 303 | + | |
310 | 304 | | |
311 | 305 | | |
312 | 306 | | |
313 | 307 | | |
314 | 308 | | |
315 | | - | |
| 309 | + | |
316 | 310 | | |
317 | 311 | | |
318 | 312 | | |
| |||
324 | 318 | | |
325 | 319 | | |
326 | 320 | | |
327 | | - | |
| 321 | + | |
328 | 322 | | |
329 | 323 | | |
330 | 324 | | |
| |||
345 | 339 | | |
346 | 340 | | |
347 | 341 | | |
348 | | - | |
349 | | - | |
| 342 | + | |
| 343 | + | |
350 | 344 | | |
351 | 345 | | |
352 | 346 | | |
| |||
367 | 361 | | |
368 | 362 | | |
369 | 363 | | |
370 | | - | |
371 | | - | |
| 364 | + | |
| 365 | + | |
372 | 366 | | |
373 | 367 | | |
374 | 368 | | |
| |||
399 | 393 | | |
400 | 394 | | |
401 | 395 | | |
402 | | - | |
| 396 | + | |
403 | 397 | | |
404 | 398 | | |
405 | 399 | | |
406 | | - | |
| 400 | + | |
407 | 401 | | |
408 | 402 | | |
409 | 403 | | |
| |||
443 | 437 | | |
444 | 438 | | |
445 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
446 | 462 | | |
447 | 463 | | |
448 | 464 | | |
| |||
451 | 467 | | |
452 | 468 | | |
453 | 469 | | |
454 | | - | |
| 470 | + | |
455 | 471 | | |
456 | 472 | | |
457 | 473 | | |
| |||
476 | 492 | | |
477 | 493 | | |
478 | 494 | | |
479 | | - | |
| 495 | + | |
480 | 496 | | |
481 | 497 | | |
482 | 498 | | |
| |||
Lines changed: 17 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
| 168 | + | |
171 | 169 | | |
172 | 170 | | |
173 | 171 | | |
| |||
245 | 243 | | |
246 | 244 | | |
247 | 245 | | |
248 | | - | |
249 | | - | |
| 246 | + | |
| 247 | + | |
250 | 248 | | |
251 | 249 | | |
252 | 250 | | |
| |||
259 | 257 | | |
260 | 258 | | |
261 | 259 | | |
262 | | - | |
| 260 | + | |
263 | 261 | | |
264 | 262 | | |
265 | 263 | | |
266 | | - | |
| 264 | + | |
267 | 265 | | |
268 | 266 | | |
269 | 267 | | |
| |||
283 | 281 | | |
284 | 282 | | |
285 | 283 | | |
286 | | - | |
| 284 | + | |
287 | 285 | | |
288 | 286 | | |
289 | 287 | | |
| |||
311 | 309 | | |
312 | 310 | | |
313 | 311 | | |
314 | | - | |
315 | | - | |
| 312 | + | |
| 313 | + | |
316 | 314 | | |
317 | 315 | | |
318 | 316 | | |
| |||
336 | 334 | | |
337 | 335 | | |
338 | 336 | | |
339 | | - | |
| 337 | + | |
340 | 338 | | |
341 | 339 | | |
342 | 340 | | |
343 | | - | |
| 341 | + | |
344 | 342 | | |
345 | 343 | | |
346 | 344 | | |
| |||
393 | 391 | | |
394 | 392 | | |
395 | 393 | | |
396 | | - | |
| 394 | + | |
397 | 395 | | |
398 | 396 | | |
399 | 397 | | |
| |||
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments