Skip to content

Commit 9cae5c6

Browse files
committed
feat: update origin to Angular v22.1
1 parent 9602eaa commit 9cae5c6

657 files changed

Lines changed: 25608 additions & 17450 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

adev-es/src/app/core/layout/footer/footer.component.en.html

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2>Community</h2>
5858
<li>
5959
<a
6060
href="https://github.com/angular/angular/issues"
61-
title="Post issues and suggestions on github."
61+
title="Post issues and suggestions on GitHub."
6262
>
6363
Report Issues
6464
</a>
@@ -93,28 +93,41 @@ <h2>Resources</h2>
9393
</ul>
9494
</div>
9595
<div>
96-
<h2>Languages</h2>
96+
<h2>Community translations</h2>
9797
<ul>
98+
<!-- Sorted using Unicode Collation Algorithm (UCA) -->
9899
<li>
99-
<a href="https://angular.cn/" title="简体中文版">简体中文版</a>
100+
<a href="https://angular.az/" title="Azərbaycanca">Azərbaycanca</a>
100101
</li>
101102
<li>
102-
<a href="https://dev.angular.tw/" title="正體中文版">正體中文版</a>
103+
<a href="https://docs.angular.lat/" title="Español">Español</a>
103104
</li>
104105
<li>
105-
<a href="https://angular.jp/" title="日本語版">日本語版</a>
106+
<a href="https://angular-docs.tr/" title="Türkçe">Türkçe</a>
107+
</li>
108+
<li>
109+
<a href="https://angular-docs.ru/" title="Русский">Русский</a>
106110
</li>
107111
<li>
108112
<a href="https://angular.kr/" title="한국어">한국어</a>
109113
</li>
114+
<li>
115+
<a href="https://angular.jp/" title="日本語版">日本語版</a>
116+
</li>
117+
<li>
118+
<a href="https://angular.cn/" title="简体中文版">简体中文版</a>
119+
</li>
120+
<li>
121+
<a href="https://dev.angular.tw/" title="正體中文版">正體中文版</a>
122+
</li>
110123
</ul>
111124
</div>
112125
</div>
113126
<p class="docs-license">
114-
Super-powered by Google ©2010-2025. Code licensed under an
127+
Super-powered by Google ©2010-2026. Code licensed under an
115128
<a routerLink="/license" title="License text">MIT-style License</a>
116129
. Documentation licensed under
117130
<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
118-
.
131+
. Built by Angular at v{{ angularVersion }}.
119132
</p>
120133
</div>

adev-es/src/app/core/layout/footer/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>Comunidad</h2>
4141
<li>
4242
<a
4343
href="https://github.com/angular-hispano/angular-docs-es/issues"
44-
title="Publique problemas y sugerencias en github."
44+
title="Publique problemas y sugerencias en GitHub."
4545
>
4646
Reportar problemas
4747
</a>

adev-es/src/app/core/layout/navigation/navigation.component.en.html

Lines changed: 43 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[attr.id]="PRIMARY_NAV_ID"
44
class="wrapper"
55
(docsClickOutside)="closeMobileNav()"
6-
[docsClickOutsideIgnore]="[SECONDARY_NAV_ID]"
6+
[docsClickOutsideIgnore]="[SECONDARY_NAV_ID, SEARCH_DIALOG_ID]"
77
>
88
<!-- Mobile nav bar -->
99
<div class="adev-mobile-nav-bar">
@@ -170,18 +170,13 @@
170170
</button>
171171

172172
<ng-template #docsVersionMiniMenu>
173-
<ul class="adev-mini-menu adev-version-picker" cdkMenu>
173+
<ul class="adev-mini-menu adev-mini-menu--version adev-version-picker" cdkMenu>
174174
@for (item of versions(); track item) {
175-
<li>
176-
<a
177-
type="button"
178-
cdkMenuItem
179-
[href]="item.url"
180-
[aria-label]="item.displayName"
181-
>
182-
<span>{{ item.displayName }}</span>
183-
</a>
184-
</li>
175+
<li>
176+
<a type="button" cdkMenuItem [href]="item.url" [aria-label]="item.displayName">
177+
<span>{{ item.displayName }}</span>
178+
</a>
179+
</li>
185180
}
186181
</ul>
187182
</ng-template>
@@ -195,6 +190,7 @@
195190
type="button"
196191
(click)="toggleSearchDialog($event)"
197192
title="Search docs"
193+
[aria-label]="'Open search dialog with ' + searchTitle"
198194
>
199195
<svg
200196
aria-hidden="true"
@@ -207,10 +203,7 @@
207203
d="M14.583 15.48 9.104 10a4.591 4.591 0 0 1-1.458.844 5.156 5.156 0 0 1-1.771.302c-1.5 0-2.77-.52-3.813-1.563C1.022 8.542.5 7.285.5 5.813c0-1.473.52-2.73 1.563-3.771C3.103 1 4.367.479 5.854.479 7.326.48 8.58 1 9.614 2.042c1.035 1.041 1.553 2.298 1.553 3.77 0 .598-.098 1.174-.292 1.73A5.287 5.287 0 0 1 10 9.104l5.5 5.459-.917.916ZM5.854 9.895c1.125 0 2.083-.4 2.875-1.198a3.95 3.95 0 0 0 1.188-2.885 3.95 3.95 0 0 0-1.188-2.886C7.938 2.13 6.98 1.73 5.854 1.73c-1.139 0-2.107.4-2.906 1.198-.799.799-1.198 1.76-1.198 2.886 0 1.125.4 2.086 1.198 2.885.799.799 1.767 1.198 2.906 1.198Z"
208204
/>
209205
</svg>
210-
<span
211-
class="adev-nav-item__label adev-search-desktop"
212-
[aria-label]="'Open search dialog with ' + searchTitle"
213-
>
206+
<span class="adev-nav-item__label adev-search-desktop">
214207
<kbd>{{ searchLabel }}</kbd>
215208
<kbd>K</kbd>
216209
</span>
@@ -303,16 +296,17 @@
303296
<button
304297
type="button"
305298
[cdkMenuTriggerFor]="socialMiniMenu"
306-
[cdkMenuPosition]="miniMenuPositions"
299+
[cdkMenuPosition]="bottomMiniMenuPositions"
307300
aria-label="Open social media links"
308301
(cdkMenuClosed)="closeMenu()"
309302
(cdkMenuOpened)="openMenu('social')"
303+
aria-controls="social-mini-menu"
310304
>
311305
<docs-icon role="presentation">more_horiz</docs-icon>
312306
</button>
313307

314308
<ng-template #socialMiniMenu>
315-
<ul class="adev-mini-menu" cdkMenu>
309+
<ul class="adev-mini-menu adev-mini-menu--social" cdkMenu id="social-mini-menu">
316310
<li>
317311
<a
318312
[href]="ngLinks.YOUTUBE"
@@ -324,7 +318,7 @@
324318
<!-- Youtube Icon -->
325319
<svg
326320
width="20"
327-
height="15"
321+
height="20"
328322
viewBox="0 0 20 15"
329323
fill="none"
330324
xmlns="http://www.w3.org/2000/svg"
@@ -345,8 +339,8 @@
345339
>
346340
<!-- X Icon -->
347341
<svg
348-
width="17"
349-
height="16"
342+
width="20"
343+
height="20"
350344
viewBox="0 0 17 16"
351345
fill="none"
352346
xmlns="http://www.w3.org/2000/svg"
@@ -367,8 +361,8 @@
367361
>
368362
<!-- Bluesky Icon -->
369363
<svg
370-
width="16"
371-
height="16"
364+
width="20"
365+
height="20"
372366
viewBox="0 0 16 16"
373367
fill="none"
374368
xmlns="http://www.w3.org/2000/svg"
@@ -399,11 +393,11 @@
399393
<a
400394
[href]="ngLinks.GITHUB"
401395
cdkMenuItem
402-
title="Angular Github"
396+
title="Angular GitHub"
403397
target="_blank"
404398
rel="noopener"
405399
>
406-
<!-- Github Icon -->
400+
<!-- GitHub Icon -->
407401
<svg
408402
width="20"
409403
height="20"
@@ -443,6 +437,28 @@
443437
</svg>
444438
</a>
445439
</li>
440+
<li>
441+
<a
442+
[href]="ngLinks.STACKOVERFLOW"
443+
cdkMenuItem
444+
title="Angular Stack Overflow"
445+
target="_blank"
446+
rel="noopener"
447+
>
448+
<!-- Stack Overflow Icon -->
449+
<svg
450+
width="20"
451+
height="20"
452+
viewBox="0 0 26 31"
453+
fill="none"
454+
xmlns="http://www.w3.org/2000/svg"
455+
>
456+
<path
457+
d="m22.18 16.32.05.02-.02.01za19 19 0 0 0-2.45 4.14l-.03.07q-.94 2.19-1.29 4.6v.03a18 18 0 0 0-.05 4.85H.01v-4.88h15.94l.1-.6L.69 20.48l1.28-4.7 15.55 4.1.22-.46-13.96-7.96 2.47-4.22 14.16 8.07.34-.4L9.15 3.47 12.65 0l11.78 11.64 1.25 1.23q-1.97 1.5-3.5 3.44"
458+
/>
459+
</svg>
460+
</a>
461+
</li>
446462
</ul>
447463
</ng-template>
448464
</div>
@@ -451,7 +467,7 @@
451467
<button
452468
type="button"
453469
[cdkMenuTriggerFor]="themeMiniMenu"
454-
[cdkMenuPosition]="miniMenuPositions"
470+
[cdkMenuPosition]="bottomMiniMenuPositions"
455471
[aria-label]="'Change theme. Current theme: ' + theme()"
456472
aria-controls="theme-mini-menu"
457473
[aria-expanded]="openedMenu() === 'theme-picker'"
@@ -476,7 +492,7 @@
476492

477493
<ng-template #themeMiniMenu>
478494
<ul
479-
class="adev-mini-menu"
495+
class="adev-mini-menu adev-mini-menu--theme"
480496
cdkMenu
481497
id="theme-mini-menu"
482498
role="menu"

0 commit comments

Comments
 (0)