Ben Hong
012326e914
docs: update angular aria guides structure, subnav menu, and examples
...
(cherry picked from commit 47eb77ffb1 )
2025-11-18 15:29:51 -08:00
Angular Robot
77fc03ffb6
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-18 15:29:10 -08:00
Wagner Maciel
21e288963c
docs: aria combobox examples
...
(cherry picked from commit 114c83ed8b )
2025-11-18 14:55:59 -08:00
Wagner Maciel
d285ba27a6
docs: aria menubar examples
...
(cherry picked from commit 695f4df912 )
2025-11-18 14:55:59 -08:00
Wagner Maciel
dce20b9289
docs: aria menu examples
...
(cherry picked from commit 1963bd67cc )
2025-11-18 14:55:59 -08:00
Wagner Maciel
903cb23df9
docs: aria tabs examples
...
(cherry picked from commit 04859b41a2 )
2025-11-18 14:55:59 -08:00
Wagner Maciel
363bcb311c
docs: aria autocomplete examples
...
(cherry picked from commit b2080c8fb0 )
2025-11-18 14:55:58 -08:00
Andrew Seguin
1355edde69
docs: hide temporary prerender tabs and multifile docs sections
...
(cherry picked from commit d4595791d6 )
2025-11-18 14:54:52 -08:00
Amy Sorto
e08a8e2678
docs: update overview page
...
(cherry picked from commit 111a7644ef )
2025-11-18 14:54:13 -08:00
Shuaib Hasan Akib
73e9700788
docs: format examples with replacing <docs-code> typescript examples with fenced ts code blocks
...
Update adev/src/content/reference/migrations/cleanup-unused-imports.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com >
Update adev/src/content/reference/extended-diagnostics/NG8102.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com >
Update adev/src/content/reference/extended-diagnostics/NG8103.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com >
Update adev/src/content/reference/extended-diagnostics/NG8103.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com >
Update adev/src/content/reference/extended-diagnostics/NG8103.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com >
Update adev/src/content/reference/migrations/cleanup-unused-imports.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com >
Update adev/src/content/reference/migrations/cleanup-unused-imports.md
Co-authored-by: Alan Agius <alan.agius4@gmail.com >
(cherry picked from commit 27fa993fb8 )
2025-11-18 22:11:28 +00:00
Cheng-Hsuan Tsai
40875702b0
docs: add aria tree examples and disable text selection
...
(cherry picked from commit 24814ce43e )
2025-11-18 22:10:37 +00:00
Andrew Scott
00dcbf2eeb
release: bump VSCode extension version to 21.0.0
vsix-21.0.0
2025-11-18 14:09:30 -08:00
Angular Robot
e43b4dafbf
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-18 11:17:30 -08:00
Cheng-Hsuan Tsai
646d3a0df5
docs: add aria grid examples
...
(cherry picked from commit d0877a524a )
2025-11-18 19:14:58 +00:00
Cheng-Hsuan Tsai
ff6e9c0b7b
docs: add aria accordion examples
...
(cherry picked from commit c639f84347 )
2025-11-18 19:14:30 +00:00
Cheng-Hsuan Tsai
afc25d1f70
docs: add aria tree examples
...
(cherry picked from commit 41e9c7b4bf )
2025-11-18 19:13:55 +00:00
Nicolò Polazzi
fdb8671493
docs: correct inconsistencies in signals tutorial
...
(cherry picked from commit 661a554b8d )
2025-11-18 19:11:29 +00:00
Angular Robot
56ba2c8344
build: lock file maintenance
...
See associated pull request for more information.
2025-11-18 08:17:14 -08:00
Shuaib Hasan Akib
ab119a8bad
docs: simplify docs-code header by removing paths and keeping only file name and info
...
(cherry picked from commit 374c36d810 )
2025-11-18 16:15:46 +00:00
Shuaib Hasan Akib
6c3840b620
docs: replace legacy <docs-code> with fenced code blocks with highlight metadata
...
Replaced older <docs-code> components (e.g.
<docs-code language="ts" highlight="3">…</docs-code>)
with modern fenced code blocks using {highlight:[3]} metadata
(cherry picked from commit 0182939d5e )
2025-11-18 16:15:05 +00:00
Devin Chasanoff
bc1eb6932f
docs: add AI tutor instructions
...
(cherry picked from commit 631035a2e0 )
2025-11-18 16:14:37 +00:00
Angular Robot
1b43bfbbab
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-17 16:35:53 -08:00
Angular Robot
9400afa5ba
build: update cross-repo angular dependencies to v21.0.0-rc.3
...
See associated pull request for more information.
2025-11-17 15:20:16 -08:00
SkyZeroZx
97237483c7
docs: replace @HostListener with host event bindings in attribute directives
...
(cherry picked from commit c93d02151a )
2025-11-17 23:09:16 +00:00
ljasek
cd74b94e9f
docs: fix JetBrains AI Assistant MCP JSON configuration
...
(cherry picked from commit 6d35ab8c28 )
2025-11-17 23:08:19 +00:00
hawkgs
91de09423c
fix(devtools): refine when signal graph button is shown
...
Show the signal graph button only when a signal-graph-eligible node from the directive explorer is selected; Fix client app error when a `defer` node is selected (related)
(cherry picked from commit e7a6e31a70 )
2025-11-17 22:45:05 +00:00
aparziale
5ffc906dbe
docs(docs-infra): add advanced recommendations
...
Added recommendation in advanced section for redirectTo and canMatch will generate an error. These properties are incompatible together
fixes #65267
(cherry picked from commit c757fd6c29 )
2025-11-17 22:40:13 +00:00
Alan Agius
414191e87e
build: improve vscode-ng-language-service release process
...
This commit improves the release process for the vscode-ng-language-service by adding automated changelog generation and updating the package.json version.
2025-11-17 14:35:12 -08:00
Paul Leflon
123464a304
docs: fix markdown table in custom elements guide
...
(cherry picked from commit f13159f811 )
2025-11-17 22:33:37 +00:00
Angelo Parziale
cd7dee3fc3
refactor: convert docs-code blocks to inline TypeScript documentation
...
This PR converts the custom <docs-code> blocks to standard Markdown code blocks with TypeScript syntax highlighting.
(cherry picked from commit 7a2d5116f2 )
2025-11-17 22:33:03 +00:00
Jessica Janiuk
f279aabfb8
release: cut the v21.0.0-rc.3 release
21.0.0-rc.3
2025-11-17 13:39:05 -08:00
Angular Robot
e8f238a26c
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-17 11:47:21 -08:00
Cheng-Hsuan Tsai
5e66675bb0
docs(docs-infra): fix broken code tabs
...
When `<mat-tab-group>` is conditionally removed by `@if` it loses the
`<mat-tab>` projected content somehow.
(cherry picked from commit d104acb286 )
2025-11-17 19:45:22 +00:00
Joey Perrott
6551b65172
docs: update examples to latest Angular
...
Updates the adev examples to use Angular 21.0.0-rc.2
(cherry picked from commit 7e70682f2b )
2025-11-17 19:18:01 +00:00
Joey Perrott
b7e91839b6
Revert "ci: remove cache usage from pr.yml"
...
This reverts commit 3760feb5ec .
(cherry picked from commit 25546f6152 )
2025-11-17 19:08:57 +00:00
Joey Perrott
655dacd0e4
ci: remove cache usage from ci.yml
...
Remove the @actions/cache usages from ci.yml
(cherry picked from commit cf07486532 )
2025-11-17 19:08:57 +00:00
Angular Robot
652d719388
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-17 10:58:30 -08:00
Angular Robot
1a7b854cfe
docs: update cross-repo adev docs
...
Updated Angular adev cross repo docs files.
2025-11-17 10:57:39 -08:00
Wagner Maciel
7483c961b5
docs: aria listbox examples ( #65273 )
...
PR Close #65273
2025-11-17 18:39:01 +00:00
Wagner Maciel
0322f02fe5
docs: multiselect examples ( #65273 )
...
PR Close #65273
2025-11-17 18:39:00 +00:00
Wagner Maciel
92c81b862d
docs: aria select skins ( #65273 )
...
docs: select examples
PR Close #65273
2025-11-17 18:39:00 +00:00
Wagner Maciel
a2d6318906
docs: aria toolbar examples ( #65273 )
...
docs: aria toolbar retro example
docs: aria toolbar material example
docs: organize aria toolbar examples
docs: vertical examples
docs: final aria toolbar examples
docs: wip aria toolbar docs
PR Close #65273
2025-11-17 18:39:00 +00:00
Ben Hong
68cbcaec93
docs: add aria menubar component guide
...
(cherry picked from commit 9b87689558 )
2025-11-17 18:38:28 +00:00
Jessica Janiuk
210f5ea5ec
Revert "docs: replace legacy <docs-code> with fenced code blocks with highlight metadata"
...
This reverts commit c5c1689348 .
(cherry picked from commit b2171c6c14 )
2025-11-17 18:37:00 +00:00
Jessica Janiuk
127cadd3fc
Revert "refactor(core): let the profiler handle asymmetric events leniently"
...
This reverts commit da9911f2b4 .
(cherry picked from commit 88dfd96ec9 )
2025-11-17 18:10:41 +00:00
Jessica Janiuk
e430d69603
Revert "fix(core): notify profiler events in case of errors"
...
This reverts commit af1ba52587 .
(cherry picked from commit adc2a57be0 )
2025-11-17 18:10:41 +00:00
Matthew Beck
ecea909bcc
fix(compiler): don't choke on unbalanced parens in declaration block
...
Following https://github.com/angular/angular/pull/64509 we started
choking on unbalanced closing parentheses in declaration blocks,
specifically in quoted background-image urls. This was reported in
https://github.com/angular/angular/issues/65137 .
This occured because we previously (and now again) traverse the entire
declaration block when selecting for :host-context() selectors to shim.
This is an oddity of how we parse styles today, and is likely something
we'd want to remove if we parsed selectors properly.
This change adds a new flag to _splitOnTopLevelCommas which allows it to
continue past unbalanced closing parentheses in the declaration block,
returning _convertColonHostContext to its previous behavior while
keeping support for the extra nesting in :host-context().
(cherry picked from commit 9e7ddcaa10 )
2025-11-17 17:46:04 +00:00
Matthieu Riegler
035e07e3be
refactor(core): promote the custom track profiler to stable.
...
We didn't get much report on the feature itself so we feel confident about promoting it to stable. In parallel we'll also land #62959 but one is not blocking the other.
fixes #64996
(cherry picked from commit c15836c8c7 )
2025-11-17 17:42:35 +00:00
Matthieu Riegler
91d8d55a80
fix(forms): Set error message of a schema error.
...
Use the error message of the issue as the error message of the error itself.
fixes #65247
(cherry picked from commit b41a94bc85 )
2025-11-17 17:41:57 +00:00
Miles Malerba
6aa4b7ea63
refactor(forms): avoid console warnings when setting NaN
...
It can be useful for a developer to set `NaN` as the value for a number
input, as a way to say "clear the input". However, directly setting this
value to the `.valueAsNumber` causes a console warning. This PR fixes
the console warning by just doing `.value = ''` when we would otherwise
to `.valueAsNumber = NaN`
(cherry picked from commit f47637426f )
2025-11-17 17:41:32 +00:00