SkyZeroZx
359470979b
refactor(core): remove index from text node creation
...
Removes unnecessary `index` parameter from `_locateOrCreateTextNode`
and `locateOrCreateTextNodeImpl` functions.
(cherry picked from commit 1df564b9f9 )
2026-01-26 22:22:59 +00:00
Shuaib Hasan Akib
27c7b60d81
docs: fix wrong line highlight in lightweight injection token for API definition example
...
(cherry picked from commit ca9b5bd658 )
2026-01-26 22:22:04 +00:00
huangkevin-apr
72ed76feb3
docs(docs-infra): improve accessibility of search dialog trigger
...
- Add explicit aria-label for screen reader users
- Preserve title tooltip for mouse users
(cherry picked from commit b3f2bad593 )
2026-01-26 22:21:40 +00:00
Damian Sire
278cfd3879
docs: fix Genkit documentation URL
...
Update the Genkit Angular integration documentation link from the old path
/docs/angular/ to the current correct path /docs/frameworks/angular/
This ensures developers are directed to the correct and up-to-date
documentation for integrating Genkit with Angular applications.
(cherry picked from commit ffe40f4bfa )
2026-01-26 22:20:17 +00:00
Modeste ASSIONGBON
5903bf7c98
docs: fix typo in designing-your-form-model.md
...
"A form model model" -> duplicated word
"to save bytes me might want" -> "we" instead of "me"
(cherry picked from commit 19b59df2dc )
2026-01-26 22:19:54 +00:00
SkyZeroZx
051ba061a0
refactor(core): improve tree-shaking
...
Refactors getNodeInjectable to avoid pulling in stringifyForError production builds, reducing unnecessary symbols in production bundles
(cherry picked from commit 8feb541060 )
2026-01-26 22:19:00 +00:00
AleksanderBodurri
01b035ab03
feat(devtools): mark special element injector providers as internal
...
Differentiates special providers like ElementRef from other providers in the DevTools UI.
(cherry picked from commit 105274fe32 )
2026-01-26 22:18:06 +00:00
Ben Hong
4742c703df
docs: add signal forms - form logic guide
...
Co-authored-by: Leon Senft <leonsenft@users.noreply.github.com >
(cherry picked from commit 1d1777931e )
2026-01-26 22:14:01 +00:00
Andrew Scott
21ecdc036a
fix(router): Do not intercept reload events with Navigation integration
...
This commit prevents the Router from intercepting reload navigations
in the navigate event listener. This would convert hard page reloads
to SPA navigations.
fixes #66746
2026-01-26 20:58:49 +00:00
Angular Robot
2499238c59
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-01-23 20:05:38 +00:00
SkyZeroZx
e6ea328cf4
docs: update bootstrapApplication docs
...
(cherry picked from commit 85122cb12d )
2026-01-23 11:45:20 -08:00
Angular Robot
b203ab0881
build: update bazel dependencies
...
See associated pull request for more information.
2026-01-23 18:43:23 +00:00
Matthieu Riegler
f7eb996ad5
docs: update signal form tutorials to use FormField
...
(cherry picked from commit ddd3198dc2 )
2026-01-22 17:02:28 -08:00
Angular Robot
d9e7ab3db6
build: update all github actions
...
See associated pull request for more information.
2026-01-23 00:36:13 +00:00
SkyZeroZx
458e21e0fe
docs(docs-infra): Exempts more symbols from automatic linking
...
Extends the list of symbols that should not be
automatically linked.
(cherry picked from commit 30b50e7142 )
2026-01-22 15:01:43 -08:00
Matthieu Riegler
e4c9ff7a34
build: Update prettier to 3.8
...
This version adds support for `angular-html` and `angular-ts` formatting in our markdown files.
(cherry picked from commit 145e77d09d )
2026-01-22 21:13:21 +00:00
Kristiyan Kostadinov
c9043fb876
refactor(compiler-cli): remove deprecated signature usage
...
The signature for `createImportClause` was deprecated in TS 5.9. These changes switch to the non-deprecated one.
(cherry picked from commit dbc1452de3 )
2026-01-22 21:02:42 +00:00
Angular Robot
61dbdee6fb
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-01-22 19:46:02 +00:00
Andrew Scott
27eeff9be6
release: bump VSCode extension version to 21.1.1 ( #66714 )
vsix-21.1.1
2026-01-22 10:31:57 -08:00
Alon Mishne
f577f8cb5c
release: cut the v21.1.1 release
v21.1.1
2026-01-21 21:58:24 +00:00
Angular Robot
643f0f4b22
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-01-21 12:43:47 -08:00
Matthieu Riegler
ad9e473e73
docs(docs-infra): fix regression on docs-tabs
...
(cherry picked from commit 4ca2722d6f )
2026-01-21 20:43:07 +00:00
Matthieu Riegler
18842266de
docs(docs-infra): Handle additional description format
...
Ex: https://angular.dev/api/router/withExperimentalPlatformNavigation
(cherry picked from commit f0b1061791 )
2026-01-21 19:37:11 +00:00
Matthieu Riegler
223ff74891
build: don't substitute binary files
...
Previously, ng_package applied version stamping to all source files, which corrupted binary files like SQLite databases.
This change ignores text substitution for files passed to the `data` attribute, ensuring binary assets are preserved intact in the final package.
fixes #66637
(cherry picked from commit b885851cbe )
2026-01-21 18:35:08 +00:00
JoostK
0e1f1ed573
fix(compiler-cli): drop .tsx extension for generated relative imports
...
When synthesizing an import corresponding with a .tsx file, the extension
would not be removed unlike regular .ts files. Adjust the import generators
to also drop any .tsx extension from module specifiers.
Closes #66262
(cherry picked from commit d94b19a92f )
2026-01-21 18:33:17 +00:00
aparziale
b9c995e7d3
refactor: Delete counterproductive aria-label
...
Delete counterproductive aria-label in ADEV
fixes #66604
(cherry picked from commit 0fa8099d50 )
2026-01-21 18:25:38 +00:00
Shuaib Hasan Akib
0d0a86be29
docs: cleanup copy button and $ from output
...
(cherry picked from commit 1f86de019f )
2026-01-21 18:24:21 +00:00
Angular Robot
8078739e62
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-01-21 10:22:39 -08:00
Angular Robot
60aceefc75
build: update pnpm to v10.28.1
...
See associated pull request for more information.
2026-01-21 10:19:09 -08:00
Andrew Scott
696e827391
refactor(language-server): split session into separate handlers
...
Breaks up the large session.ts file into separate handlers and consolidates the code related to completions in the server into the handler file
2026-01-21 10:12:47 -08:00
Kristiyan Kostadinov
6a5620442f
fix(docs-infra): use focus-visible for focus styling
...
`focus-visible` should lead to a better experience, compared to showing the state on any focus.
(cherry picked from commit b275206a49 )
2026-01-21 01:17:06 +00:00
Shuaib Hasan Akib
62d847325d
refactor(common): cleanup unused code in doc regions
...
Cleans unused imports and code
that is not referenced within the associated docregion blocks.
(cherry picked from commit 6284126da5 )
2026-01-21 00:31:13 +00:00
Kristiyan Kostadinov
3c8d69794c
fix(docs-infra): don't use private symbol
...
Fixes that the tab group was referring to a private symbol from the CDK.
(cherry picked from commit 94a8f797e5 )
2026-01-21 00:15:22 +00:00
Kristiyan Kostadinov
93f3cca5e9
fix(docs-infra): use components directly
...
Switches the Material and CDK components to be used directly, instead of using the modules. This allows better diagnostics for unused directives.
(cherry picked from commit 508d9c34d5 )
2026-01-21 00:14:49 +00:00
Kristiyan Kostadinov
ea70b003b0
refactor(compiler): remove unused symbols
...
Removes symbols that aren't used anymore from the identifiers map.
(cherry picked from commit e4c09776b0 )
2026-01-21 00:14:19 +00:00
Kristiyan Kostadinov
5d1b950324
docs: fix serif font
...
Fixes some headers that were using a serif font unintentionally.
(cherry picked from commit 094cdfe0b5 )
2026-01-21 00:12:55 +00:00
Matthieu Riegler
e6642496b0
ci: add template for vscode dedicated issues
...
We didn't have an entry since we migrated the vscode extension repo to the fw repo.
(cherry picked from commit 75c40e7ac7 )
2026-01-20 18:24:00 +00:00
Leon Senft
26c2fe6db2
refactor(forms): remove unused API
...
Remove `SubmittedStatus` which is no longer used.
(cherry picked from commit d0ba332292 )
2026-01-20 18:20:01 +00:00
SkyZeroZx
e828f1c765
docs: Update ngComponentOutlet binding and hydration note
...
(cherry picked from commit 5dd17d7b81 )
2026-01-20 18:14:34 +00:00
SkyZeroZx
01e98ded2e
docs(docs-infra): : Exempts animation-related symbols from linking
...
Exempts 'group()', 'keyframes', and '@keyframes' symbols from automatic linking.
(cherry picked from commit 00455105cf )
2026-01-20 18:13:55 +00:00
SkyZeroZx
4a1dcb2d82
docs: remove suffix in elements , templates , components & signals
...
(cherry picked from commit 6f48b4f5ed )
2026-01-20 18:13:28 +00:00
Shuaib Hasan Akib
58720dbc56
refactor(forms): update Reactive Forms guide URL
...
Updates the Reactive Forms documentation link to the new `guide/forms/reactive-forms` path after the recent docs restructure.
(cherry picked from commit 4adbc4fa19 )
2026-01-20 18:11:51 +00:00
Angular Robot
9cc0f4d003
docs: update cross-repo adev docs
...
Updated Angular adev cross repo docs files.
2026-01-20 10:03:37 -08:00
Joey Perrott
82593de5a4
fix(docs-infra): support providing links to multiple symbols within a single line of a code block
...
Previously our system only found the first matching symboling to link to within a code block on each line, now we set up a link for all of the discovered symbols on each line
Fixes #65403
(cherry picked from commit a88f353a45 )
2026-01-20 17:35:36 +00:00
omar-almasry11
068bb9d3c5
fix(docs-infra): improve skip-to-main-content method to focus <main> element instead of h1
...
Update the skip-to-main-content behavior to focus the <main> element when present, with a fallback to the first heading for legacy layouts without a main landmark.
(cherry picked from commit 30b78bdc71 )
2026-01-20 17:35:01 +00:00
Damian Sire
eb6af58446
docs: fix spelling errors in documentation
...
Fix 6 spelling errors across documentation files:
- components-scenarios.md: 'recieved' → 'received', 'stubbe' → 'stubbed', 'controle' → 'control'
- overview.md: 'dependant' → 'dependent'
- creating-libraries.md: 'to to' → 'to'
- enter-and-leave.md: 'a an' → 'an'
(cherry picked from commit 6dff1cf85d )
2026-01-20 17:32:31 +00:00
Matthieu Riegler
760e2aaa79
docs: Add mention of "documentation"
...
This should help to bring adev at the top when searching for "angular documentation" or "angular docs"
(cherry picked from commit 2080dd1fec )
2026-01-20 17:31:42 +00:00
Maciej Ślusarz
85cf7f0daa
docs: Fix typo in image loader step of Optimizing Images chapter
...
(cherry picked from commit 8b9bdd0a63 )
2026-01-20 17:30:46 +00:00
Angular Robot
f0bcf876ec
build: lock file maintenance
...
See associated pull request for more information.
2026-01-20 09:28:39 -08:00
Jessica Janiuk
6b34e5f444
docs: Add section on animate.leave for clarity
...
There has been a bunch of confusion as to how `animate.leave` works on child nodes when the non-animated parent is removed. This section addition should clarify that.
(cherry picked from commit 5d46554e3f )
2026-01-16 21:26:48 +00:00