Devin Chasanoff
906bce0877
docs: add ai design patterns to adev/ai ( #63095 )
...
PR Close #63095
2025-08-20 15:43:36 +00:00
Matthieu Riegler
81dc006772
docs: update NG_VALIDATORS examples to use forwardRef ( #63247 )
...
PR Close #63247
2025-08-20 09:27:21 +00:00
Matthieu Riegler
fceb19128d
docs: rewording heading for define option ( #63009 )
...
This is an attemp to improve search results
PR Close #63009
2025-08-20 09:04:59 +00:00
tjshiu
5ceb1167fb
docs: remove redundant Angular docs link in tailwind guide ( #63205 )
...
The Tailwind CSS guide already resides within the Angular documentation, making a link to the Angular documentation redundant. This commit removes the unnecessary link.
PR Close #63205
2025-08-20 08:30:36 +00:00
tjshiu
6b475eb86c
docs: update tailwind guide and navigation ( #63205 )
...
PR Close #63205
2025-08-20 08:30:36 +00:00
tjshiu
9eac011bd0
docs: add guide for using Tailwind CSS ( #63205 )
...
Adds a new guide that explains how to set up and use Tailwind CSS in an Angular project. This guide covers installation, configuration, and provides a basic usage example.
PR Close #63205
2025-08-20 08:30:35 +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
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
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
Matthieu Riegler
9e828d5e54
docs(docs-infra): remove @adev/constant path ( #63213 )
...
PR Close #63213
2025-08-18 10:06:25 +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
Shuaib Hasan Akib
2d8ac7d9ef
docs(docs-infra): replace deprecated router method ( #63183 )
...
PR Close #63183
2025-08-15 13:50:58 +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
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
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
Ben Hong
65cca30361
docs: add rendering strategies guide for router ( #62859 )
...
PR Close #62859
2025-08-14 22:01:58 +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
Andrew Scott
d9f0e6b27c
Revert "feat(platform-browser): Add IsolatedShadowDom encapsulation method ( #62723 )" ( #63142 )
...
This reverts commit d24d5742db . A
legitimate issue was raised in the original commit
(see https://github.com/angular/angular/commit/d24d5742db694604b09d57a3503e8c32751c4836#commitcomment-163853393 )
PR Close #63142
2025-08-13 11:12:59 -07:00
Jeremy Elbourn
767a280562
docs: add rxjs-interop section for rxResource ( #63125 )
...
This commit adds brief documentation for `rxResource` to the "Using
Angular with RxJS" guide. The only available documentation for
`rxResource` today is the API reference, which lacks any code examples.
PR Close #63125
2025-08-13 09:29:34 -07:00
cexbrayat
254b560138
docs: update best-practices ( #63132 )
...
This removes the common pitfall for if blocks in the best practices, as this is no longer true in Angular v20.2, see angular/angular@a409534
PR Close #63132
2025-08-13 09:20:32 -07:00
Alan Agius
0065ebb115
docs: add link to ai-config command ( #63139 )
...
This adds a link to the new command.
PR Close #63139
2025-08-13 09:14:18 -07:00
Jeremy Elbourn
0211668d20
docs: add topic for takeUntilDestroyed ( #63122 )
...
This was missing from the RxJS interop guide. I came across it while
cleaning up some Google-internal docs and realized I had nothing on adev
to which I could link.
PR Close #63122
2025-08-12 18:41:19 -07:00
Jeremy Elbourn
4635095c01
fix(docs-infra): put content in <main> element ( #63121 )
...
This fix updates the adev `DocViewer` component to support rendering with the `main[docsViewer` selector so that the primary content for the page is inside of a `<main>` element (without introducing an extra DOM element).
PR Close #63121
2025-08-12 11:05:16 -07:00
Matthieu Riegler
0e3465dfd9
docs: add missing supported != operator ( #63108 )
...
fixes 63103
PR Close #63108
2025-08-12 09:39:08 -07:00
Matthieu Riegler
499fa8fa88
docs: remove router testing from the testing scenarios guide ( #63078 )
...
This commit also adds the router testing guide to the testing section
PR Close #63078
2025-08-11 12:15:41 -07:00
Shuaib Hasan Akib
efb2726ffc
docs(docs-infra): add next page reference ( #62566 )
...
PR Close #62566
2025-08-08 11:06:33 -07:00
Matthieu Riegler
687c374826
feat(router): add a currentNavigation signal to the Router service. ( #63011 )
...
This new signal property is convenient to derive a `isNavigating` state.
`isNavigating = computed(() => !!this.router.currentNavigation())`
DEPRECATED: The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
fixes #62958
PR Close #63011
2025-08-06 09:54:53 -07:00
Ryan Bendel
d24d5742db
feat(platform-browser): Add IsolatedShadowDom encapsulation method ( #62723 )
...
IsolatedShadowDom encapsulation fixes style leakage in Shadowdom encapsulation by removing sharedstyleshost from dom-renderer IsolatedShadowdom class. Updates docs.
PR Close #62723
2025-08-06 16:48:37 +02:00
Ben Hong
fd5fcf3887
docs: add dedicated router testing guide ( #62445 )
...
PR Close #62445
2025-08-06 16:47:21 +02:00
robertIsaac
986b0b1fc0
docs: update binding.md to use signals ( #62606 )
...
PR Close #62606
2025-08-06 15:11:14 +02:00
Ben Hong
03ca484515
docs: update router transition animation guide ( #62858 )
...
PR Close #62858
2025-08-06 11:18:38 +02:00
Kristiyan Kostadinov
ddf779e18f
Revert "feat(router): add a currentNavigation signal to the Router service. ( #62971 )" ( #63010 )
...
This reverts commit d00b3fed58 .
PR Close #63010
2025-08-05 18:02:56 +02:00
Matthieu Riegler
d9035b199c
docs: Update best-practices ( #62988 )
...
From the latest version we have on the CLI repo.
PR Close #62988
2025-08-05 10:08:07 +02:00
muhammadali1658
0305dcdfc6
docs: Fix typos in zoneless documentation ( #62985 )
...
PR Close #62985
2025-08-05 10:07:00 +02:00
Matthieu Riegler
d00b3fed58
feat(router): add a currentNavigation signal to the Router service. ( #62971 )
...
This new signal property is convenient to derive a `isNavigating` state.
`isNavigating = computed(() => !!this.router.currentNavigation())`
DEPRECATED: The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
fixes #62958
PR Close #62971
2025-08-05 10:05:49 +02:00
Andrew Scott
141bb75ff2
feat(core): Promote zoneless to stable ( #62699 )
...
This commit moves zoneless from developer preview to stable and updates the roadmap to indicate it is ready for production use.
PR Close #62699
2025-08-05 10:03:31 +02:00
SkyZeroZx
cbd300d9e1
docs: Adds docs on handling redirect info in interceptors ( #62968 )
...
PR Close #62968
2025-08-04 11:41:24 +02:00
Jessica Janiuk
3e6e1c1f44
docs: Add MAX_ANIMATION_TIMEOUT to the animate docs ( #62949 )
...
This adds information about the new `MAX_ANIMATION_TIMEOUT` token used
for configuration the maximum amount of milliseconds Angular will wait
for animations to complete before removing the element.
PR Close #62949
2025-08-01 14:23:49 +00:00
Joey Perrott
cbc258eec8
build: remove ts_project_interop infrastructure ( #62908 )
...
Remove the interop macros and final usages
PR Close #62908
2025-07-31 09:12:58 +00:00
Raphaël Balet
e0ea8b6089
docs: remove the trailing comma ( #62914 )
...
This removes an unnecessary trailing comma in docs
PR Close #62914
2025-07-31 09:12:26 +00:00
Matthieu Riegler
9d05a8a095
docs(docs-infra): increase until timeout ( #62894 )
...
Those tests have been flaky recently, let's try increasing the timeout
PR Close #62894
2025-07-30 10:01:04 +00:00
Jessica Janiuk
7f5d7c9558
docs: add updated label to animations ( #62893 )
...
This just adds the updated status flag to the left nav for animations.
PR Close #62893
2025-07-30 09:41:54 +00:00