Kam
a6d6842467
docs: fix typos and grammar errors across documentation
...
Fix various typos, misspellings, and grammar issues across contributing
docs, adev content guides, and agent skills documentation.
- "an minimum" → "a minimum" (CONTRIBUTING.md)
- "GitHub accounts" → "GitHub account" (CONTRIBUTING.md)
- "decendants" → "descendants" (components/styling.md)
- "templates are using" → "templates is using" (hydration.md)
- "A automated" → "An automated" (branches-and-versioning.md)
- "Github" → "GitHub" (branches-and-versioning.md, commit-message-guidelines.md)
- "practices makes" → "practice makes" (caretaking.md)
- "corresponds" → "correspond" (triage-and-labelling.md)
- "one a line" → "a line" (documentation-authoring.md)
- "straight forward" → "straightforward" (using-fixup-commits.md)
- "or you decide" → "or you can decide" (anatomy-of-components.md)
- "whenver" → "whenever" (angular-new-app/SKILL.md)
(cherry picked from commit 4739bde9fb )
2026-04-08 16:40:51 +00:00
Angular Robot
e8265f4593
build: lock file maintenance
...
See associated pull request for more information.
2026-04-07 09:49:43 -07:00
Kam
c0496c1f39
docs(docs-infra): fix v21 event video not responsive on mobile
...
Replace raw iframe with docs-video component to fix YouTube embed
overflowing on mobile viewports.
(cherry picked from commit 1c9c4536d6 )
2026-04-07 16:47:54 +00:00
Stephen Fluin
2d2ba938da
docs(docs-infra): warning about upgrading to v21
...
(cherry picked from commit 64b52c1a30 )
2026-04-07 16:47:17 +00:00
Kam
ff8911fe52
docs(docs-infra): preserve navigation origin when clicking cross-category links
...
When a sidebar item links to a page in a different category (e.g., Route
transition animations under Animations links to a Routing page), clicking
back navigates to the main menu instead of the originating category.
Store the originating category in NavigationState when clicking a
cross-referenced item, so the back button returns to the correct section.
(cherry picked from commit 8132a96884 )
2026-04-07 16:46:23 +00:00
Angular Robot
2ec9ff087f
docs: update cross-repo adev docs
...
Updated Angular adev cross repo docs files.
2026-04-06 11:35:04 -07:00
SkyZeroZx
44fc79b7f7
docs(docs-infra): Adds anchor links to class member headers for linking
...
Adds anchor links to class member headers for direct linking.
Add test to ensure anchors render correctly.
Fixes angular#67970
2026-04-06 11:05:20 -07:00
funsaized
39827a08fe
fix(docs-infra): align search result icon with text on mobile
...
On narrow viewports, the search result icon was pushed to its own flex line when the title text was too long, causing vertical misalignment.
The fix wraps the title text and package badge in a single container that manages its own flex layout, preventing the icon from being separated from the text on narrow viewports.
Fixes #68005
(cherry picked from commit d95e856a25 )
2026-04-06 17:57:13 +00:00
Angular Robot
4441a95119
build: update cross-repo angular dependencies to v21.2.5
...
See associated pull request for more information.
2026-04-02 15:50:14 -07:00
SkyZeroZx
d150e2672e
docs(docs-infra): Enhances update guide layout responsiveness
...
The version dropdown width now uses `clamp()` for better responsiveness.
(cherry picked from commit 164cf98879 )
2026-04-02 22:49:32 +00:00
Kam
59f9912dc1
feat(docs-infra): update Stack Overflow icon to new logo
...
Updated the Stack Overflow icon in the navigation social menu to use the new Stack Overflow logo.
(cherry picked from commit a6a5e8a4a5 )
2026-04-02 22:48:15 +00:00
Kam
bce82bdc34
feat(docs-infra): add Stack Overflow link to navigation social menu
...
Added Stack Overflow icon and link to the navigation component.
(cherry picked from commit ba70e8ba0c )
2026-04-02 22:48:15 +00:00
Angular Robot
4ad6d582d2
build: update cross-repo angular dependencies to v21.2.6
...
See associated pull request for more information.
2026-04-01 18:25:52 +02:00
Angular Robot
5fd4f0f854
build: lock file maintenance
...
See associated pull request for more information.
2026-03-31 13:42:53 +02:00
Matthieu Riegler
9ea8cb6eea
docs(docs-infra): sanitize markdown tooltip in Code editor
...
(cherry picked from commit 0f960a5514 )
2026-03-30 12:16:16 +02:00
Shuaib Hasan Akib
efbba945bc
docs: align list formatting and improve emphasis
...
Aligns list formatting, replaces the “Helpful” block with an
IMPORTANT note for better visibility, and removes the separate
example file by inlining the single relevant line directly
in the documentation.
2026-03-30 11:12:29 +02:00
SkyZeroZx
7d54952e85
docs: update signal form tutorial
...
(cherry picked from commit 713eca74e7 )
2026-03-30 11:11:28 +02:00
SkyZeroZx
94b1b530dc
docs: update url from <base href>
...
(cherry picked from commit c6f73f4127 )
2026-03-30 10:44:20 +02:00
marktechson
0c9c270552
docs: add agent skills documentation and new readme
...
(cherry picked from commit 86bbc9474c )
2026-03-27 11:39:57 -07:00
Georgi Serev
9b48cb2989
docs(docs-infra): introduce a custom UrlSerializer
...
The custom serializer should handle Adev-specific behavior like decoding encoded forward slash similarly to the app host.
(cherry picked from commit 9d79ec6866 )
2026-03-27 17:17:55 +01:00
Angular Robot
56c872dacc
docs: update cross-repo adev docs
...
Updated Angular adev cross repo docs files.
2026-03-27 14:13:13 +01:00
Angular Robot
4b2008d0f2
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-27 14:00:33 +01:00
SkyZeroZx
a35d572b22
docs: fix indentation that breaks roadmap rendering
...
(cherry picked from commit ecc616b94b )
2026-03-26 18:33:06 +01:00
Michael Small
2c12339ab8
docs(forms): replace rxResource request w/ params
...
(cherry picked from commit 89629d8ac1 )
2026-03-25 13:04:57 -07:00
Angular Robot
a3048f231c
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-25 12:59:42 -07:00
Alan Agius
ae2f2497d3
docs: reword allowedHosts security warning
...
Update the allowedHosts security warning in the security guide to remove the mention of DNS rebinding, which is primarily relevant for the dev server, and refocus on host header injection and SSRF. Additionally, clarify that allowing all hosts with "*" is only appropriate when header validation is handled by an external layer.
(cherry picked from commit 6f20fb513c )
2026-03-25 12:56:46 -07:00
guidettj
6bd2121817
docs: fix incorrect getHarnesses() method to getAllHarnesses and broken link
...
(cherry picked from commit 050b14bd7f )
2026-03-24 15:35:36 -07:00
SkyZeroZx
e8c047bd8d
docs: update defer section to Markdown and fix absolute URL to relative in adev
...
(cherry picked from commit 098553bfe4 )
2026-03-24 15:35:02 -07:00
hawkgs
a0ca5a50b2
docs(docs-infra): redefine /guide/pipes redirect
...
Update the definition of the `/guide/pipes` redirect in order to avoid breaking the `a.dev/guide` redirect to Not Found page.
(cherry picked from commit 78c2d0aa19 )
2026-03-24 15:17:15 -07:00
Fausto Davila
1cdb322600
docs: fix typo in end-to-end.md regarding e2e command
...
(cherry picked from commit c9f7a7f649 )
2026-03-24 15:15:14 -07:00
Jens Kuehlers
c9585b7159
docs: update release date to not clash with Google I/O 2026
...
(cherry picked from commit b4ae9cf040 )
2026-03-24 15:14:38 -07:00
Angular Robot
3b3ab8b626
build: lock file maintenance
...
See associated pull request for more information.
2026-03-24 15:08:55 -07:00
weedorflow
e731bbdd14
docs: clarify size budget configuration
...
(cherry picked from commit 37b1c5d0fe )
2026-03-24 14:49:38 -07:00
SkyZeroZx
8818095a82
docs(docs-infra): fix aria-label parsing breaking headings
...
Strip all HTML tags and escape quotes in aria-label to avoid breakage
(cherry picked from commit 6d2eed61a1 )
2026-03-23 10:33:19 -07:00
SkyZeroZx
1af0db5742
docs(docs-infra): replace non-interactive buttons with spans
...
These elements are not interactive, so using <button> is misleading for accessibility
(screen readers and keyboard navigation expect an action).
(cherry picked from commit ad3991cd0b )
2026-03-23 10:24:13 -07:00
Angular Robot
7aaa8b9b39
docs: update cross-repo adev docs
...
Updated Angular adev cross repo docs files.
2026-03-20 15:39:47 -07:00
Angular Robot
1ba89d1128
build: lock file maintenance
...
See associated pull request for more information.
2026-03-20 15:14:25 -07:00
Jaime Burgos
9182b62b96
docs(forms): add section on managing validators dynamically in form validation guide
...
(cherry picked from commit eb53392b10 )
2026-03-19 16:07:54 -07:00
Angular Robot
3838554503
build: update cross-repo angular dependencies to v21.2.3
...
See associated pull request for more information.
2026-03-19 15:04:08 -07:00
Matthieu Riegler
9f92312cde
docs(docs-infra): fix deprecation style for light theme
...
(cherry picked from commit cc07d46e49 )
2026-03-19 15:00:31 -07:00
Angular Robot
5393d8ea2c
docs: update cross-repo adev docs
...
Updated Angular adev cross repo docs files.
2026-03-18 14:08:01 -06:00
SkyZeroZx
675d4fb489
docs: update import and note formatting in guides
...
(cherry picked from commit a8bf957086 )
2026-03-18 13:04:21 -07:00
SkyZeroZx
0e496c1d85
docs(docs-infra): improve semantic HTML in update guide
...
Improves update guide's semantic HTML
2026-03-18 09:42:32 -06:00
Alan Agius
f0d19b88b1
docs: clarify X-Forwarded-Prefix header validation rules
...
(cherry picked from commit d0086e493b )
2026-03-17 12:50:15 -07:00
Angular Robot
ca328eab8f
docs: update cross-repo adev docs
...
Updated Angular adev cross repo docs files.
2026-03-16 14:47:18 -06:00
SkyZeroZx
ea4847aae5
docs(docs-infra): add spacing between reference option and description
...
Add a spacing class to `docs-reference-option` to prevent the text from appearing too close together.
(cherry picked from commit 3720b2de0f )
2026-03-16 09:00:50 -07:00
Akash Patel
5fa3052ed1
docs: update uninstallation commands for Karma packages
...
Added 'jasmine-core' to the list of packages to uninstall when migrating to Vitest.
(cherry picked from commit b9ff865b49 )
2026-03-16 08:59:38 -07:00
SkyZeroZx
86718fbbe1
docs: fix type code block language
...
fix type code block language
(cherry picked from commit acd6f690bd )
2026-03-16 08:59:13 -07:00
guidettj
de5fbb7deb
docs: use lighter lodash isEqual import in equality example
...
(cherry picked from commit 7d483f28a4 )
2026-03-16 08:58:44 -07:00
Angular Robot
f39896da99
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-13 16:25:45 -06:00