Ben Hong
b90a0fc0cb
docs: update best practice performances nav structure to be more comprehensive
...
(cherry picked from commit 9a9f4e7f93 )
2026-02-18 11:40:23 -08:00
Ben Hong
a4eb347a98
docs: add signal forms async operations guide
...
Co-authored-by: Matthieu Riegler <kyro38@gmail.com >
(cherry picked from commit b8811b45d8 )
2026-02-18 11:03:59 -08:00
Angular Robot
3c494b4a52
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-02-18 08:54:20 -08:00
kirjs
25ebceb811
docs: fix custom control metadata example in signal forms guide
...
It was incorretly assuming FieldState is passeed to formField input
(cherry picked from commit 680e1c05c6 )
2026-02-18 07:12:47 -08:00
aparziale
76d1a37993
docs(docs-infra): Signal forms docs
...
Update docs signal forms errors input wrong typing
fixes #66844
(cherry picked from commit 8de0d25ffa )
2026-02-17 14:36:04 -08:00
SkyZeroZx
4953622294
docs: fix enableProfiling note
...
(cherry picked from commit 064749e010 )
2026-02-17 13:34:31 -08:00
Angular Robot
fc873cd0b2
build: lock file maintenance
...
See associated pull request for more information.
2026-02-17 08:51:23 -08:00
aparziale
24d00e9bb3
docs: typo in documentation
...
Fix typo in documentation signal
Fixes #67090
(cherry picked from commit b8d1164e0f )
2026-02-17 08:25:08 -08:00
Casper Jacobsen
670dee9bfc
docs: fix formatting in pipes.md example
...
Example "without parentheses" still had parentheses
(cherry picked from commit a37b6c55a8 )
2026-02-13 23:42:42 +00:00
Jef
a3ffef2556
docs: Clarify sentence in attribute-directives.md
...
(cherry picked from commit 3cad0d644e )
2026-02-13 17:16:50 +00:00
Miles Malerba
5cf357bdce
build: lock file maintenance
...
See associated pull request for more information.
2026-02-12 16:42:54 -08:00
Angular Robot
7150df2f11
build: update cross-repo angular dependencies to v21.1.4
...
See associated pull request for more information.
2026-02-11 14:43:26 -08:00
Angular Robot
6060aadf4b
docs: update cross-repo adev docs
...
Updated Angular adev cross repo docs files.
2026-02-11 14:10:25 -08:00
Weddly Rodrigues
bdcd1b3ca0
docs: rename loadUser mock API to getUserData
...
(cherry picked from commit c6ca1cd725 )
2026-02-10 13:30:48 -08:00
Charles Lyding
a5bd444880
docs: remove legacy e2e configuration from i18n example
...
Removes the unused 'e2e' configuration block using '@angular-devkit/build-angular:private-protractor' from the i18n example configuration.
(cherry picked from commit 8b4eec6683 )
2026-02-10 13:28:52 -08:00
moraisacr
c6bbf403a3
docs(forms): replace 'legacy' with 'existing' in migration guide and navigation
...
Updates terminology from 'Legacy Forms' to 'Existing Forms' in:
- Migration guide documentation
- Navigation entries label
Backport of #66969
2026-02-09 15:57:57 -08:00
Matthieu Riegler
6c14e3af2e
build: update Jasmine to 6.0.0
...
Jasmine enables `forbidDuplicateNames: true` by default. So we also need to desambiguate duplicate spec names.
2026-02-09 15:57:12 -08:00
SkyZeroZx
c3600b3d99
docs(docs-infra): fix heading ID generation and display
...
Ensures that custom heading IDs are properly handled
(cherry picked from commit dd15efb7c3 )
2026-02-09 12:20:18 -08:00
SkyZeroZx
1f82b6aea7
docs: add missing error codes to the error overview list
...
(cherry picked from commit fd293d3397 )
2026-02-09 12:19:44 -08:00
SkyZeroZx
29f70072a8
docs(docs-infra): simplify external link rendering for pill
...
Renders the external link icon for docs pills using CSS instead of a `docs-icon` component.
(cherry picked from commit 0b9d1cfb7b )
2026-02-09 12:19:12 -08:00
Shuaib Hasan Akib
4311ba7290
refactor(common): remove unused imports and standalone: false from examples
...
Cleans up example code by removing explicit `standalone: false`, since
standalone components are the default and recommended approach.
(cherry picked from commit 14f16226aa )
2026-02-09 07:53:37 -08:00
aparziale
054972c8e0
docs: Signal forms custom validator with 'fieldTree' field in validation result error
...
Update docs for fieldTree property
fixes #66687
(cherry picked from commit 63d828aa33 )
2026-02-06 15:11:03 -08:00
Kristiyan Kostadinov
8743c9daac
docs: remove non-existant method
...
Removes the reference to the `focusFirstItem` method since it doesn't exist.
Fixes https://github.com/angular/components/issues/32741 .
(cherry picked from commit 460dbbb8e9 )
2026-02-06 10:20:35 -08:00
aparziale
653c7b96e8
docs: Images not show
...
Fixed path in optimization image tutorial
(cherry picked from commit 6550b9d776 )
2026-02-06 07:38:07 -08:00
Matthieu Riegler
de3cc5e8ec
docs: callout for optional fields and native controls.
...
(cherry picked from commit fd5ff5c1a9 )
2026-02-06 07:35:18 -08:00
Shuaib Hasan Akib
50c0110fc4
docs: fix wrong line highlight in component queries example
...
(cherry picked from commit e79e7994d4 )
2026-02-06 07:34:01 -08:00
Shuaib Hasan Akib
8b4c213cd3
docs: use self-closing tag
...
Aligns template syntax with modern Angular recommendations and improves readability.
(cherry picked from commit 12afc1d164 )
2026-02-06 07:33:22 -08:00
SkyZeroZx
91885623cd
docs: remove Component suffix in reference and tools
...
(cherry picked from commit 6883889123 )
2026-02-05 16:55:30 -08:00
Angular Robot
52745a23e5
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-02-05 16:53:25 -08:00
Shuaib Hasan Akib
2d5ed88f54
docs: improve type safety in custom validator documentation
...
Replace `field: any` with proper SchemaPath typing in Signal Forms custom
validation examples to match built-in validator patterns.
fixes : #66887
Update adev/src/content/guide/forms/signals/validation.md
Co-authored-by: Matthieu Riegler <kyro38@gmail.com >
(cherry picked from commit ff2c0053c8 )
2026-02-05 16:49:12 -08:00
Walter Breakell
70313f13fe
docs: fix syntax errors and improve grammar in navigation guide
...
(cherry picked from commit d6585fe837 )
2026-02-04 15:37:21 -08:00
Jef
f9b69cc67b
docs: fix typo
...
Add missing n to componet(s)
(cherry picked from commit 81876c2583 )
2026-02-04 15:36:52 -08:00
Ben Hong
52dfcd9865
docs: add guidance on submit and novalidate for signal forms
...
(cherry picked from commit 38428945ac )
2026-02-04 15:36:22 -08:00
Angular Robot
d793dde00f
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-02-04 15:30:54 -08:00
Shuaib Hasan Akib
33e8cde034
docs: generalize wording for CSP nonce configuration options
...
Replaces “one of two ways” with “one of the following ways” to avoid
hardcoding the number of supported approaches and keep the
documentation accurate if options change.
fixes : #66861
(cherry picked from commit cfa7664361 )
2026-02-03 12:27:15 -08:00
Angular Robot
8343b05ad7
build: lock file maintenance
...
See associated pull request for more information.
2026-02-03 12:26:06 -08:00
Matthieu Riegler
443654ac77
docs(docs-infra): fix foot width
...
This was due to a regression introduced by #66825
fixes #66880
(cherry picked from commit 9c032972a8 )
2026-02-03 12:25:46 -08:00
Angular Robot
6505a26ee0
docs: update cross-repo adev docs
...
Updated Angular adev cross repo docs files.
2026-02-02 15:11:22 -08:00
Shahar Har-Shuv
96095f435e
docs: Rename Field directive -> FormField in form-logic.md
...
(cherry picked from commit f29fcd882a )
2026-02-02 14:41:03 -08:00
SkyZeroZx
f1e4446071
feat(docs-infra): Implements select component using Angular Aria
...
Replaces the native select element with a custom combobox implementation for improved accessibility and styling.
(cherry picked from commit 70615117a2 )
2026-02-02 11:07:58 -08:00
SkyZeroZx
4729e804ac
docs(docs-infra): Fix border color issue on aria select when closing on outside click
...
Prevents incorrect border color from appearing on close triggered by an outside click
(cherry picked from commit cdbb957334 )
2026-02-02 11:04:48 -08:00
dominicbachmann
575f8a39c7
docs(animations): fix small typo in animations migrations docs
...
(cherry picked from commit a64a90dbbe )
2026-02-02 10:18:10 -08:00
Jaime Burgos
f80e6c2f77
docs: remove component suffix router guide
...
(cherry picked from commit bd27aa2cf3 )
2026-02-02 10:17:41 -08:00
SkyZeroZx
c64db1d0f3
docs: update llms.txt
...
(cherry picked from commit 825122b6d2 )
2026-02-02 10:14:07 -08:00
SkyZeroZx
df7bf134fe
docs(docs-infra): ensure code preview copy preserves spaces
...
Preserve whitespace when copying code examples from the docs. Fixes the copy handler so copied snippets keep original spacing.
Fixes #66790
(cherry picked from commit 522c5ba868 )
2026-02-02 10:09:39 -08:00
Jaime Burgos
665b33ecdc
docs: update zoneless guide
...
(cherry picked from commit 3d09d8e831 )
2026-02-02 10:05:26 -08:00
Matthieu Riegler
e0a260a425
docs(docs-infra): wrap getTextOfJSDocComment
...
This commits adds a wrapper around `ts.getTextOfJSDocComment` because of bugs that won't be fixed by the TS team (see microsoft/TypeScript#63027 )
(cherry picked from commit 72dfb4d92a )
2026-01-29 13:16:05 -08:00
Angular Robot
8dfbb8b5d5
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-01-29 12:30:49 -08:00
Shuaib Hasan Akib
cc9a58a2ae
feat(docs-infra): increase table-of-contents width for large screens
...
Add media query overrides to expand the table-of-contents width on extra-large desktops.
fixes : #66823
(cherry picked from commit 6990f88d97 )
2026-01-29 12:24:04 -08:00
Angular Robot
290b2814e1
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-01-28 19:28:34 +00:00