Anushka Geeta Singh
24b39ab9df
docs: update README to clarify app setup confirmation
...
Improved wording to clarify how beginners can verify their environment and IDE are correctly set up after running the app.
(cherry picked from commit bdbb7cc7af )
2026-02-24 22:22:31 +00:00
Munir Issa Said
0101922c30
docs: fix roadmap introduction text
...
(cherry picked from commit 035b151a17 )
2026-02-24 18:52:38 +00:00
Alan Agius
5c4d9b2239
docs: consolidate validation rules for Host and X-Forwarded-Host headers into a single point.
...
(cherry picked from commit c57ba8c6e6 )
2026-02-24 17:24:34 +00:00
Matthieu Riegler
9ba517816d
docs: improve responsiveness of the homepage
...
This fixes some layout issues when on mobile.
(cherry picked from commit 9e0acc5930 )
2026-02-24 17:23:43 +00:00
Shuaib Hasan Akib
8a8c055836
docs: inline documentation and remove unused references
...
Replaces referenced doc blocks with inline documentation,
cleans up unused referenced code, and fixes broken list formatting
(cherry picked from commit 8739a22d28 )
2026-02-24 17:22:54 +00:00
Jens Kuehlers
ae45053875
docs: minor roadmap update (Ecosystem/vitest)
...
(cherry picked from commit dea858979e )
2026-02-24 17:22:12 +00:00
Shuaib Hasan Akib
00fecc238f
docs: remove inconsistent padding in update page
...
Removes extra padding applied to the update page so its layout
matches the rest of the documentation where no padding exists
between the title and content.
(cherry picked from commit 15b51d0777 )
2026-02-24 17:20:54 +00:00
SkyZeroZx
4e6ac9cc58
docs: Add image loader config with height parameter
...
(cherry picked from commit c7dc7054dc )
2026-02-23 23:30:35 +00:00
Matthieu Riegler
44b9f46206
docs: Add a compiler entry to the roadmap
...
(cherry picked from commit fbabd092f3 )
2026-02-23 23:11:30 +00:00
marktechson
d3479f122c
docs: update and reformat the roadmap
...
(cherry picked from commit 53c1a1cee7 )
2026-02-23 21:28:42 +00:00
Matthieu Riegler
e96d10ebec
docs: mention browser mode debugging
...
(cherry picked from commit a9ac7f87d7 )
2026-02-23 18:19:27 +00:00
SkyZeroZx
0596a5b2aa
docs: add Route Loading Strategies section and update navigation links
...
(cherry picked from commit 163dd8ee38 )
2026-02-23 17:11:14 +00:00
Alan Agius
b4050b30b1
docs: move server-side security and host validation documentation from ssr.md to security.md.
...
(cherry picked from commit 099b4a8bbb )
2026-02-23 17:08:55 +00:00
Alan Agius
275589c564
feat(docs-infra): add hideDollar option to hide the dollar sign prefix in shell code blocks.
...
The dollar sign is not always required.
(cherry picked from commit efcf76ea61 )
2026-02-23 17:08:55 +00:00
Alan Agius
4b8f0b73e0
docs: convert SSR guide's important note list to HTML <ul> for proper rendering.
...
(cherry picked from commit 75fd6c0ff2 )
2026-02-23 17:08:55 +00:00
Alan Agius
b87eed1449
docs: add documentation for SSR security and host validation, including details on allowedHosts configuration
...
This document adds more information about `allowedHost` option
(cherry picked from commit 944aefe854 )
2026-02-23 17:08:54 +00:00
Ben Hong
866da08c18
docs: add new debugging and troubleshooting di guide
...
(cherry picked from commit 13e019a1bb )
2026-02-20 18:01:15 +00:00
Matthieu Riegler
110696d23d
docs: improve signal demo example
...
(cherry picked from commit b7cf37d3e1 )
2026-02-20 17:15:36 +00:00
Bas ten Feld
01d7287cf2
docs(docs-infra): fix typo 'requiredSync' instead of 'requireSync'
...
(cherry picked from commit 57edfaf435 )
2026-02-20 16:53:24 +00:00
SkyZeroZx
64b1a79d90
docs: update NgTemplateOutlet documentation with injector
...
(cherry picked from commit 67b22d509a )
2026-02-20 00:06:28 +00:00
SkyZeroZx
138526e7fd
docs: add section on reactive context and async operations
...
(cherry picked from commit f68078b3e3 )
2026-02-19 23:59:59 +00:00
SkyZeroZx
cccaed0d3d
docs(docs-infra): preserve content before docs-card-container in adev
...
The tokenizer regex pattern `[^<]*` was consuming all non-`<` content
before custom HTML tags, causing lost content.
Changed to `\s*` which only allows leading whitespace, letting marked
properly tokenize preceding content.
(cherry picked from commit bc473cf60f )
2026-02-19 23:48:48 +00:00
Walter Breakell
94f0809b79
docs: fix grammar, syntax, and broken link in elements guide
...
(cherry picked from commit 7d21996b1e )
2026-02-19 20:39:03 +00:00
SkyZeroZx
210ddf9ca8
docs(docs-infra): fixed missing gray color palette definitions for light and dark modes
...
Adds the missing gray color palette definitions for both light and dark modes
(cherry picked from commit 1771d54fb7 )
2026-02-19 16:55:01 +00:00
Matthieu Riegler
debcae76a1
docs: new homepage
2026-02-19 08:49:46 -08:00
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