Commit graph

2031 commits

Author SHA1 Message Date
Shuaib Hasan Akib
68f5ceeb46 docs: fix incorrect Signal Forms link
Updated outdated link guide/forms/signal-forms/ to the correct path guide/forms/signals/ to ensure proper navigation.

Fixes: #65461 #65462
2025-11-21 10:55:52 -05:00
Ben Hong
b7d91a796b docs: iterate on signal forms essentials guide 2025-11-21 10:48:01 -05:00
Shuaib Hasan Akib
cea19803d8 docs: add missing ARIA patterns and API reference
Adds the missing ARIA usage patterns and links to the relevant API reference
sections to improve accessibility guidance and ensure examples follow recommended
best practices.
2025-11-21 10:18:36 -05:00
Alessio Pelliccione
2ddf26e699 refactor(docs-infra): automate algolia index name based on package version
Previously, the Algolia index name was hardcoded in the configuration, requiring manual updates for every new major release branch.

This commit automates the index name selection by deriving the version directly @angular/core. It dynamically assigns:
- `angular_next_dev` for pre-releases (`-next`, `-rc`) and local snapshots (`0.0.0`).
- `angular_vXX` (e.g., `angular_v19`) for stable releases.
2025-11-20 19:21:32 -05:00
SkyZeroZx
889afe9aa2 docs: updates code block language tags in signal forms 2025-11-20 19:20:30 -05:00
Raxabi
ee57b0f2fa docs: Fix missing single quote in the first navigateByUrl example. 2025-11-20 19:19:43 -05:00
marktechson
c4722820e7 docs: fix update guide typo
The update from 20 to 21 featured the wrong number, this fixes that
2025-11-20 19:19:17 -05:00
Doug Parker
2ecdb221d3 docs: correct v21 LTS end date and v20 active end date
Updated to align the v20 active end date with the v21 release date and fix the v21 LTS to be 1-year after the active period ends.
2025-11-20 16:47:27 -05:00
Charles Lyding
396c25ef5a docs: prioritize ng add for Tailwind CSS and clarify manual steps
This commit updates the Tailwind CSS integration guide (`adev/src/content/guide/tailwind.md`) to introduce `ng add tailwindcss` as the primary, automated method for integrating Tailwind CSS.
2025-11-20 15:00:24 -05:00
Angular Robot
5ddeafced7 docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
2025-11-20 14:27:51 -05:00
Devin Chasanoff
b8fa9cc7d5 docs: add v21 event game 2025-11-20 13:27:46 -05:00
Ben Hong
be6f2f066f docs: consolidate patterns and iterate on conclusion for angular aria overview 2025-11-20 12:38:19 -05:00
kirjs
bea7358225 docs: remove unnecessary @ts-ignore from signal forms playground
The @ts-ignore comment is no longer needed as the module resolution
issue has been fixed in the playground editor configuration.
2025-11-20 12:26:21 -05:00
marktechson
183d194025 docs: add 20 to 21 update guide 2025-11-20 11:46:46 -05:00
Wagner Maciel
29185a864f docs: fix standlone menu overlay 2025-11-20 11:20:37 -05:00
Charles Lyding
80202bffee docs: add note about Karma/Jasmine examples in testing services guide
This guide currently contains Karma/Jasmine specific code examples.
Adding a note to inform readers that Vitest equivalents are being worked on.
2025-11-20 10:47:34 -05:00
Alessio Pelliccione
42c05650ff fix(docs-infra): prevent icons from being translated in aria guide
This commit adds the `translate="no"` attribute to the icon elements to ensure they are preserved in their original form and not modified by translation tools.

Closes #65406
2025-11-20 10:47:12 -05:00
Ben Hong
fc2e414262 docs: add signal forms custom controls guide
Co-authored-by: Leon Senft <leonsenft@users.noreply.github.com>

docs: add signal forms custom controls guide
2025-11-20 10:34:58 -05:00
marktechson
890414245f docs: adds a link to the signal forms example 2025-11-19 16:41:02 -08:00
Charles
e77fb1fb14
docs: separate Zone.js-specific testing utilities into new guide
This commit moves documentation for Zone.js-dependent testing utilities
(`waitForAsync`, `fakeAsync`, `tick`, `discardPeriodicTasks`, `flushMicrotasks`)
from `testing/utility-apis.md` to a new dedicated guide:
`testing/zone-js-testing-utilities.md`.
2025-11-19 16:40:35 -08:00
Angular Robot
4c31f8ebf4 build: update cross-repo angular dependencies
See associated pull request for more information.
2025-11-19 15:00:49 -08:00
Ben Hong
38f4ea1ea8 docs: add signal forms validation guide 2025-11-19 14:53:01 -08:00
Ben Hong
4771dc9cf7 docs: add redirect for angular overview 2025-11-19 14:52:39 -08:00
SkyZeroZx
e9ba63a4c1 docs: Adds documentation for generic type argument to SimpleChanges 2025-11-19 14:31:53 -08:00
Cheng-Hsuan Tsai
d2fe8674f1 docs: update aria overview page 2025-11-19 14:11:20 -08:00
Alessio Pelliccione
7e5fca2608 docs: add style binding example to style guide
Adds a parallel example for style bindings alongside the existing class binding example, demonstrating the preferred syntax of [style.property] and [style] over [ngStyle] directive.
2025-11-19 14:09:46 -08:00
Joey Perrott
2013261243 docs: add version 21 to update guide page 2025-11-19 14:08:07 -08:00
Georgi Serev
0a33a18fa4
docs(docs-infra): fix code editor file creation and renaming
Hide the field when the user unfocuses from it; Fill the input with the file name when renaming; Fix file path renaming
2025-11-19 14:07:30 -08:00
Ben Hong
2ead438634 docs: add signal forms field state management guide 2025-11-19 14:07:03 -08:00
Ben Hong
fb32a5bafa docs: improve instruction for import in signal forms tutorial 2025-11-19 14:06:11 -08:00
Ben Hong
d352484773 docs: add signal forms tutorial 2025-11-19 14:06:11 -08:00
Angular Robot
ca18d8e967 docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
2025-11-19 14:04:38 -08:00
Devin Chasanoff
c2317949a8 docs: add release blog to v21 page 2025-11-19 14:34:40 -07:00
Jessica Janiuk
d42d7523ec build: bump adev version
Bump adev versions for v21 release
2025-11-19 12:09:26 -08:00
Joey Perrott
a51ba9c7a9 docs: update the actively supported versions
Update the actively supported versions table
2025-11-19 08:47:48 -08:00
Wagner Maciel
3e31a9967e docs: fix menubar overlay bug 2025-11-19 08:45:37 -08:00
kirjs
040af1aaa1 fix(docs-infra): add moduleResolution to TypeScript compiler options for playground
This fixes signal forms, but idk if it breas other things
2025-11-19 08:26:17 -08:00
Cheng-Hsuan Tsai
1289371474 docs: aria grid replace overview example with a playful one 2025-11-19 08:18:56 -08:00
Ben Hong
d3ea7cbcc9 docs: update aria component api links 2025-11-19 08:12:51 -08:00
Aristeidis Bampakos
0e1ddce1cb fix(docs-infra): add install in pnpm
Add missing install option in pnpm command.
2025-11-19 08:10:09 -08:00
Ben Hong
90bd469ac3 docs: iterate on signal forms essential guide 2025-11-19 08:09:04 -08:00
Ben Hong
758cd113b3 docs: remove redundant labels on aria since section is marked new 2025-11-19 08:08:26 -08:00
Angular Robot
ce98cc7dea build: update dependency @codemirror/view to v6.38.8
See associated pull request for more information.
2025-11-19 08:04:52 -08:00
Ben Hong
e0eb619c03 docs: add signal forms playground template 2025-11-19 08:03:53 -08:00
Devin Chasanoff
3810422521 docs: add v21 banner 2025-11-19 08:02:14 -08:00
Joey Perrott
35125c6116 build: force angular cli to run in non-TTY mode for adev and devapp
Force adev and devapp to run in non-TTY mode so it doesn't create a prompt that can't be interacted with. This will initially have no effect,
but the fix is expected to land in CLI to make this work as expected in the next few days.
2025-11-19 08:00:40 -08:00
Ben Hong
7a910e66d4 docs: add signal forms comparison guide 2025-11-18 17:01:39 -08:00
Matthieu Riegler
c7424c8f07 docs: fix docs heading alignment 2025-11-18 17:00:24 -08:00
Ben Hong
47eb77ffb1 docs: update angular aria guides structure, subnav menu, and examples 2025-11-18 15:29:47 -08:00
Angular Robot
7e9f1cc8d8 build: update cross-repo angular dependencies
See associated pull request for more information.
2025-11-18 15:28:38 -08:00