Skip to content

Commit 1a3f436

Browse files
committed
feat: update origin to Angular v20.0.6
1 parent 34a8a20 commit 1a3f436

File tree

260 files changed

+16687
-4772
lines changed

Some content is hidden

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

260 files changed

+16687
-4772
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
- run:
7777
name: Build adev-es docs
7878
working_directory: ./build
79-
command: yarn bazel build //adev:build --fast_adev --local_ram_resources="HOST_RAM*.90" --jobs=1
79+
# command: yarn bazel build //adev:build --local_ram_resources="HOST_RAM*.90" --jobs=1
80+
command: yarn bazel -- --host_jvm_args=-Xmx1024m --host_jvm_args=-Xms512m build //adev:build --local_ram_resources=7372 --jobs=2 --full_build_adev --config=release
8081
- persist_to_workspace:
8182
root: ~/
8283
paths:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.2
1+
20.19.2

adev-es/src/app/core/constants/links.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ export const GITHUB = 'https://github.com/angular-hispano/angular-docs-es';
22
export const X = 'https://x.com/AngularHispana';
33
export const DISCORD = 'https://discord.com/invite/4cWb6SKUcb';
44
export const MEDIUM = '';
5-
export const YOUTUBE = '';
5+
export const YOUTUBE = '';
6+
export const BLUESKY = '';
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
<div class="adev-footer-container">
2+
<div class="adev-footer-columns">
3+
<div>
4+
<h2>Social Media</h2>
5+
<ul>
6+
<li>
7+
<a [href]="MEDIUM" title="Angular blog">Blog</a>
8+
</li>
9+
<li>
10+
<a [href]="X" title="X (formerly Twitter)">X (formerly Twitter)</a>
11+
</li>
12+
<li>
13+
<a [href]="BLUESKY" title="Bluesky">Bluesky</a>
14+
</li>
15+
<li>
16+
<a [href]="YOUTUBE" title="YouTube">YouTube</a>
17+
</li>
18+
<li>
19+
<a
20+
href="https://discord.gg/angular"
21+
title="Join the discussions at Angular Community Discord server."
22+
>
23+
Discord
24+
</a>
25+
</li>
26+
<li>
27+
<a [href]="GITHUB" title="GitHub">GitHub</a>
28+
</li>
29+
<li>
30+
<a
31+
href="https://stackoverflow.com/questions/tagged/angular"
32+
title="Stack Overflow: where the community answers your technical Angular questions."
33+
>
34+
Stack Overflow
35+
</a>
36+
</li>
37+
</ul>
38+
</div>
39+
<div>
40+
<h2>Community</h2>
41+
<ul>
42+
<li>
43+
<a
44+
href="https://github.com/angular/angular/blob/main/CONTRIBUTING.md"
45+
title="Contribute to Angular"
46+
>
47+
Contribute
48+
</a>
49+
</li>
50+
<li>
51+
<a
52+
href="https://github.com/angular/code-of-conduct/blob/main/CODE_OF_CONDUCT.md"
53+
title="Treating each other with respect."
54+
>
55+
Code of Conduct
56+
</a>
57+
</li>
58+
<li>
59+
<a
60+
href="https://github.com/angular/angular/issues"
61+
title="Post issues and suggestions on github."
62+
>
63+
Report Issues
64+
</a>
65+
</li>
66+
<li>
67+
<a
68+
href="https://devlibrary.withgoogle.com/products/angular?sort=updated"
69+
title="Google's DevLibrary"
70+
>
71+
Google's DevLibrary
72+
</a>
73+
</li>
74+
<li>
75+
<a
76+
href="https://developers.google.com/community/experts/directory?specialization=angular"
77+
title="Angular Google Developer Experts"
78+
>
79+
Angular Google Developer Experts
80+
</a>
81+
</li>
82+
</ul>
83+
</div>
84+
<div>
85+
<h2>Resources</h2>
86+
<ul>
87+
<li>
88+
<a routerLink="/press-kit" title="Press contacts, logos, and branding.">Press Kit</a>
89+
</li>
90+
<li>
91+
<a routerLink="/roadmap" title="Roadmap">Roadmap</a>
92+
</li>
93+
</ul>
94+
</div>
95+
<div>
96+
<h2>Languages</h2>
97+
<ul>
98+
<li>
99+
<a href="https://angular.cn/" title="简体中文版">简体中文版</a>
100+
</li>
101+
<li>
102+
<a href="https://dev.angular.tw/" title="正體中文版">正體中文版</a>
103+
</li>
104+
<li>
105+
<a href="https://angular.jp/" title="日本語版">日本語版</a>
106+
</li>
107+
<li>
108+
<a href="https://angular.kr/" title="한국어">한국어</a>
109+
</li>
110+
</ul>
111+
</div>
112+
</div>
113+
<p class="docs-license">
114+
Super-powered by Google ©2010-2025. Code licensed under an
115+
<a routerLink="/license" title="License text">MIT-style License</a>
116+
. Documentation licensed under
117+
<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
118+
.
119+
</p>
120+
</div>
Lines changed: 67 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,70 @@
11
<div class="adev-footer-container">
2-
<div class="adev-footer-columns">
3-
<div>
4-
<h2>Redes Sociales</h2>
5-
<ul>
6-
<li>
7-
<a [href]="X" title="X (formerly Twitter)">X (antes Twitter)</a>
8-
</li>
9-
<li>
10-
<a
11-
[href]="DISCORD"
12-
title="Únase a las discusiones en el servidor Angular Community Discord."
13-
>
14-
Discord
15-
</a>
16-
</li>
17-
<li>
18-
<a [href]="GITHUB" title="GitHub">GitHub</a>
19-
</li>
20-
</ul>
21-
</div>
22-
<div>
23-
<h2>Comunidad</h2>
24-
<ul>
25-
<li>
26-
<a
27-
href="https://github.com/angular-hispano/angular-docs-es/blob/main/CONTRIBUTING.md"
28-
title="Contribuir al proyecto"
29-
>
30-
Contribuir
31-
</a>
32-
</li>
33-
<li>
34-
<a
35-
href="https://angular.lat/coc"
36-
title="Tratarnos unos a otros con respeto."
37-
>
38-
Codigo de coducta
39-
</a>
40-
</li>
41-
<li>
42-
<a
43-
href="https://github.com/angular-hispano/angular-docs-es/issues"
44-
title="Publique problemas y sugerencias en github."
45-
>
46-
Reportar problemas
47-
</a>
48-
</li>
49-
</ul>
50-
</div>
51-
<div>
52-
<h2>Recursos</h2>
53-
<ul>
54-
<li>
55-
<a routerLink="/press-kit" title="Contactos de prensa, logotipos y branding.">Carpeta de prensa</a>
56-
</li>
57-
<li>
58-
<a routerLink="/roadmap" title="Roadmap">Roadmap</a>
59-
</li>
60-
</ul>
61-
</div>
2+
<div class="adev-footer-columns">
3+
<div>
4+
<h2>Redes Sociales</h2>
5+
<ul>
6+
<li>
7+
<a [href]="X" title="X (formerly Twitter)">X (antes Twitter)</a>
8+
</li>
9+
<li>
10+
<a
11+
[href]="DISCORD"
12+
title="Únase a las discusiones en el servidor Angular Community Discord."
13+
>
14+
Discord
15+
</a>
16+
</li>
17+
<li>
18+
<a [href]="GITHUB" title="GitHub">GitHub</a>
19+
</li>
20+
</ul>
21+
</div>
22+
<div>
23+
<h2>Comunidad</h2>
24+
<ul>
25+
<li>
26+
<a
27+
href="https://github.com/angular-hispano/angular-docs-es/blob/main/CONTRIBUTING.md"
28+
title="Contribuir al proyecto"
29+
>
30+
Contribuir
31+
</a>
32+
</li>
33+
<li>
34+
<a
35+
href="https://angular.lat/coc"
36+
title="Tratarnos unos a otros con respeto."
37+
>
38+
Codigo de coducta
39+
</a>
40+
</li>
41+
<li>
42+
<a
43+
href="https://github.com/angular-hispano/angular-docs-es/issues"
44+
title="Publique problemas y sugerencias en github."
45+
>
46+
Reportar problemas
47+
</a>
48+
</li>
49+
</ul>
50+
</div>
51+
<div>
52+
<h2>Recursos</h2>
53+
<ul>
54+
<li>
55+
<a routerLink="/press-kit" title="Contactos de prensa, logotipos y branding.">Carpeta de prensa</a>
56+
</li>
57+
<li>
58+
<a routerLink="/roadmap" title="Roadmap">Roadmap</a>
59+
</li>
60+
</ul>
6261
</div>
63-
<p class="docs-license">
64-
Super-powered by Google ©2010-2024. Code licensed under an
65-
<a routerLink="/license" title="License text">MIT-style License</a>
66-
. Documentation licensed under
67-
<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
68-
.
69-
</p>
7062
</div>
71-
63+
<p class="docs-license">
64+
Super-powered by Google ©2010-2024. Code licensed under an
65+
<a routerLink="/license" title="License text">MIT-style License</a>
66+
. Documentation licensed under
67+
<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
68+
.
69+
</p>
70+
</div>

0 commit comments

Comments
 (0)