Shuaib Hasan Akib
8164b2298e
refactor(core): update NG0303 error message ( #63222 )
...
Ensure consistency in error message wording by aligning the NG0303
error with other Angular error strings. This improves clarity and
maintains a uniform developer experience
PR Close #63222
2025-08-19 08:25:50 +00:00
Angular Robot
966d95df20
docs: update Angular CLI help ( #63226 )
...
Updated Angular CLI help contents.
PR Close #63226
2025-08-19 08:16:32 +00:00
Angular Robot
fe27810a24
build: update github/codeql-action action to v3.29.10 ( #63232 )
...
See associated pull request for more information.
PR Close #63232
2025-08-19 08:06:26 +00:00
Angular Robot
4dfd38e127
build: update dependency preact to v10.27.1 ( #63231 )
...
See associated pull request for more information.
PR Close #63231
2025-08-19 08:05:37 +00:00
Avetik Harutyunyan
a8c5bafd18
docs: fix typo in SSR section ( #63224 )
...
PR Close #63224
2025-08-19 08:01:28 +00:00
Matthieu Riegler
d8254d95e9
docs: update version compatiblity. ( #63223 )
...
TS 5.9 support landed with #62939
PR Close #63223
2025-08-19 08:00:55 +00:00
Paweł Kawula
0c61fc6d43
docs: fixed mismatch between supported node versions ( #63218 )
...
node versions listed here https://angular.dev/reference/versions
and minimal listed in installation.md are different
PR Close #63218
2025-08-19 07:59:22 +00:00
Matthieu Riegler
0da66e6d43
docs(docs-infra): lift circular imports ( #63186 )
...
This commit also adds adev on the cyclic import check.
PR Close #63186
2025-08-19 07:58:47 +00:00
Jessica Janiuk
7b51728813
fix(compiler): fixes animation event host bindings not firing ( #63217 )
...
Host bindings for `(animate.enter)` and `(animate.leave)` were not firing properly. This fixes the compiler ingest to make sure they do fire.
fixes : #63199
PR Close #63217
2025-08-18 15:56:49 +00:00
AleksanderBodurri
5be80d33a3
fix(devtools): DOM traversal bug ( #62719 )
...
Previously, Angular devtools would mistakenly traverse the same DOM elements multiple times while doing traversal for the component tree explorer. This error case would occur when more than 1 Angular application root component was present on the same page and in distinct DOM branches.
Some example cases that did work previously:
```html
<app-root>
...
</app-root>
```
```html
<app-root>
...
<app-root-2></app-root-2>
...
</app-root>
```
An example of where it would enter the irregular behaviour
```html
<app-root>
...
</app-root>
<app-root-2>
...
</app-root-2>
```
Now, we properly ignore duplicate DOM paths when looking for application and non-application root component to begin the Angular DevTools component discovery logic.
PR Close #62719
2025-08-18 15:43:09 +00:00
Angular Robot
1e3748b893
build: update cross-repo angular dependencies ( #63221 )
...
See associated pull request for more information.
PR Close #63221
2025-08-18 15:21:53 +00:00
Joey Perrott
87523e90bc
build: update the failure message with the correct command ( #63219 )
...
Update the failure message for compliance tests to use the correct command for updating the goldens
PR Close #63219
2025-08-18 15:08:57 +00:00
Jessica Janiuk
bdc31675b7
fix(core): ensure animate events do not have duplicate elements ( #63216 )
...
This applies the same fix that fixed the class version to the event binding version. It prevents duplicate elements from being on screen when animations have been toggled too fast.
fixes : #63127
PR Close #63216
2025-08-18 12:42:17 +00:00
Paul Gschwendtner
726d6026b1
ci: mark myself as unavailable during OOO ( #63214 )
...
Marks myself as unavailable during OOO to not block reviews :)
PR Close #63214
2025-08-18 12:53:20 +02:00
Alan Agius
0eb550e297
fix(docs-infra): allow wrapping of types-and-default CLI options ( #63211 )
...
This change fixes an issue where long lists of enum values would display on a single line, running off the screen, especially on mobile devices.
PR Close #63211
2025-08-18 12:52:05 +02:00
Alan Agius
67cfe686b1
fix(docs-infra): add spacing between Alias and Value ( #63211 )
...
Prior to this change there was noi spacing between the Alias and Value
PR Close #63211
2025-08-18 12:52:05 +02:00
Alan Agius
c7440dddef
fix(docs-infra): display value type in CLI pages ( #63211 )
...
The value type was not being displayed when a value had an enum, which was misleading. This change ensures the value type is always shown, so users know whether to expect a single value or an array of values.
PR Close #63211
2025-08-18 12:52:04 +02:00
Angular Robot
c714426963
build: lock file maintenance ( #63210 )
...
See associated pull request for more information.
PR Close #63210
2025-08-18 12:51:22 +02:00
Walter Breakell
a1fe7091f9
docs: fix grammatical mistake in installation guide ( #63202 )
...
PR Close #63202
2025-08-18 12:50:02 +02:00
cexbrayat
af63b800ec
refactor(core): improve animation instruction robustness and maintainability ( #63163 )
...
This commit extracts helper functions to reduce code duplication across animation instructions and adds early return when animations are disabled.
PR Close #63163
2025-08-18 12:49:18 +02:00
Matthieu Riegler
9e828d5e54
docs(docs-infra): remove @adev/constant path ( #63213 )
...
PR Close #63213
2025-08-18 10:06:25 +02:00
Alan Agius
7a4bc79720
build: remove extra comma in JSON ( #63212 )
...
This fixes CI which is currently broken.
PR Close #63212
2025-08-18 09:44:02 +02:00
Matthieu Riegler
1d5ea07bca
docs: revert remove of build-and-link ( #63187 )
...
This works again since angular/dev-infra#2922 landed
PR Close #63187
2025-08-18 09:14:37 +02:00
Angular Robot
2031359069
build: update cross-repo angular dependencies ( #63191 )
...
See associated pull request for more information.
PR Close #63191
2025-08-18 09:13:08 +02:00
Angular Robot
0838df97bf
docs: update Angular CLI help ( #63193 )
...
Updated Angular CLI help contents.
PR Close #63193
2025-08-18 09:11:08 +02:00
Gerome Grignon
dbd403031a
docs(): remove double parenthesis ( #63196 )
...
PR Close #63196
2025-08-18 09:09:52 +02:00
Shuaib Hasan Akib
287d6c8fdd
docs(docs-infra): add paths for constants and missing link ( #63197 )
...
PR Close #63197
2025-08-18 09:09:00 +02:00
Angular Robot
732aadf082
build: update all non-major dependencies ( #63204 )
...
See associated pull request for more information.
PR Close #63204
2025-08-18 09:07:28 +02:00
Shuaib Hasan Akib
2d8ac7d9ef
docs(docs-infra): replace deprecated router method ( #63183 )
...
PR Close #63183
2025-08-15 13:50:58 +02:00
Angular Robot
28b8782266
build: update dependency @codemirror/language to v6.11.3 ( #63185 )
...
See associated pull request for more information.
PR Close #63185
2025-08-15 13:49:29 +02:00
Shuaib Hasan Akib
d8ac27f94a
docs(docs-infra): replace Input by signal one ( #63169 )
...
PR Close #63169
2025-08-15 13:42:41 +02:00
Cheng-Hsuan Tsai
81751465b4
docs(docs-infra): add dark mode to example preview ( #63171 )
...
PR Close #63171
2025-08-15 13:41:09 +02:00
cexbrayat
de6b6413e4
docs: add --yes option to mcp commands ( #63173 )
...
This makes it consistent with the message output by the CLI in v20.2 (see https://github.com/angular/angular-cli/commit/8b4de57af1 )
PR Close #63173
2025-08-15 12:32:29 +02:00
Angular Robot
d4a380d7bd
build: update all non-major dependencies ( #63182 )
...
See associated pull request for more information.
PR Close #63182
2025-08-15 12:31:55 +02:00
Angular Robot
124d44f130
build: update cross-repo angular dependencies ( #63179 )
...
See associated pull request for more information.
PR Close #63179
2025-08-15 11:41:02 +02:00
Kristiyan Kostadinov
19ed12c81e
fix(compiler): error when ng-content fallback has translated children ( #63156 )
...
Fixes that the pipeline wasn't processing the fallback content of `ng-content` for i18n which resulted in a compiler error further down the line.
Fixes #63065 .
PR Close #63156
2025-08-15 09:47:18 +02:00
Kristiyan Kostadinov
557e6fe6eb
fix(compiler): incorrect source span for expression AST inside template attribute ( #63175 )
...
Similar fix as #63082 , but for template attributes. The root cause is the same where we should be using `fullStart` instead of `start` in order to account for whitespaces being skipped.
Fixes #63157 .
PR Close #63175
2025-08-15 09:44:36 +02:00
Alan Agius
b7cefe0370
Revert "ci: redirect adev to index.csr.html ( #63168 )" ( #63177 )
...
This reverts commit 5129daed1b .
PR Close #63177
2025-08-15 09:43:15 +02:00
Matthieu Riegler
8b02aa0333
ci: redirect adev to index.csr.html ( #63168 )
...
The build doesn't produce an `index.html`
PR Close #63168
2025-08-14 21:15:48 +00:00
Angular Robot
c68a099ded
build: update all non-major dependencies ( #63129 )
...
See associated pull request for more information.
PR Close #63129
2025-08-14 22:08:30 +02:00
Charles Lyding
dc36fa5200
docs: update MCP server documentation for 20.2 ( #63141 )
...
This commit updates the MCP server documentation with the following changes:
- Updates the description of the `ng mcp` command behavior.
- Adds a configuration example for the Gemini CLI.
- Adds a new section for command options, including `--read-only` and `--local-only`.
- Alphabetizes the IDE configuration sections for better readability.
- Alphabetizes the "Available Tools" table.
PR Close #63141
2025-08-14 22:07:56 +02:00
Angular Robot
e607d4db2b
build: update cross-repo angular dependencies ( #63151 )
...
See associated pull request for more information.
PR Close #63151
2025-08-14 22:05:17 +02:00
Angular Robot
e159ab1ee3
docs: update Angular CLI help ( #63160 )
...
Updated Angular CLI help contents.
PR Close #63160
2025-08-14 22:04:05 +02:00
Shuaib Hasan Akib
24e7238c54
docs(docs-infra): enhance method name following the guideline ( #63164 )
...
PR Close #63164
2025-08-14 22:03:17 +02:00
Joey Perrott
f863792923
build: run integration tests using remote execution ( #63118 )
...
With the change to size tracking integration test can now be executed on our RBE platform
PR Close #63118
2025-08-14 22:02:33 +02:00
Ben Hong
65cca30361
docs: add rendering strategies guide for router ( #62859 )
...
PR Close #62859
2025-08-14 22:01:58 +02:00
Matthieu Riegler
8747f9ad55
docs: fix edit links for block/element api entries ( #62766 )
...
PR Close #62766
2025-08-14 13:03:01 +02:00
Matthieu Riegler
3ecf8c7114
docs: update testing scenarios and remove imports. ( #63076 )
...
With standalone, `imports` are not necessary anymore when configuring the Testing module.
Also
fixes #58073
PR Close #63076
2025-08-14 13:02:18 +02:00
Joey Perrott
a6a2e38e5c
build: update to bazel 7.6.0 ( #63096 )
...
Update to later version of bazel
PR Close #63096
2025-08-14 13:01:32 +02:00
Angular Robot
2faed63fed
build: update actions/checkout action to v5 ( #63116 )
...
See associated pull request for more information.
PR Close #63116
2025-08-14 13:00:27 +02:00