1482 Commits

Author SHA1 Message Date
Matthieu Riegler 373670c42c docs: update NG_VALIDATORS examples to use forwardRef (#63247)
PR Close #63247
2025-08-20 09:27:20 +00:00
Matthieu Riegler df8554c19b docs(docs-infra): remove temporary shiki dts (#63253)
The tooling now supports reading `d.mts` typing files

PR Close #63253
2025-08-20 09:26:18 +00:00
Matthieu Riegler 39febe156a docs: rewording heading for define option (#63009)
This is an attemp to improve search results

PR Close #63009
2025-08-20 09:04:58 +00:00
tjshiu c935d42dc4 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:35 +00:00
tjshiu 55d171daa9 docs: update tailwind guide and navigation (#63205)
PR Close #63205
2025-08-20 08:30:34 +00:00
tjshiu c761f360ab 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:34 +00:00
Avetik Harutyunyan d81baf6769 docs: fix typo in SSR section (#63224)
PR Close #63224
2025-08-19 08:01:28 +00:00
Paweł Kawula 80365066af 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:21 +00:00
Matthieu Riegler d4c100ccb3 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:46 +00:00
Alan Agius 6f37ba246d 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:04 +02:00
Alan Agius de4bc2bcc2 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:04 +02:00
Alan Agius 591fc8eb29 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
Walter Breakell e4d820ecb7 docs: fix grammatical mistake in installation guide (#63202)
PR Close #63202
2025-08-18 12:50:01 +02:00
Matthieu Riegler 5d31e20fc3 docs(docs-infra): remove @adev/constant path (#63213)
PR Close #63213
2025-08-18 10:06:24 +02:00
Alan Agius a9bab9e1a3 build: remove extra comma in JSON (#63212)
This fixes CI which is currently broken.

PR Close #63212
2025-08-18 09:44:01 +02:00
Angular Robot 202c4563ba docs: update Angular CLI help (#63192)
Updated Angular CLI help contents.

PR Close #63192
2025-08-18 09:12:06 +02:00
Gerome Grignon 3bf5a835fc docs(): remove double parenthesis (#63196)
PR Close #63196
2025-08-18 09:09:51 +02:00
Shuaib Hasan Akib 17610a9b14 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 f43f8bbe2d docs(docs-infra): replace Input by signal one (#63169)
PR Close #63169
2025-08-15 13:42:40 +02:00
Alan Agius 144b7d805a Revert "ci: redirect adev to index.csr.html (#63168)" (#63177)
This reverts commit 5129daed1b.

PR Close #63177
2025-08-15 09:43:14 +02:00
Matthieu Riegler 39e4f937cf ci: redirect adev to index.csr.html (#63168)
The build doesn't produce an `index.html`

PR Close #63168
2025-08-14 21:15:47 +00:00
Shuaib Hasan Akib 5e084e4f42 docs(docs-infra): enhance method name following the guideline (#63164)
PR Close #63164
2025-08-14 22:03:16 +02:00
Ben Hong f8e3d6c0a6 docs: add rendering strategies guide for router (#62859)
PR Close #62859
2025-08-14 22:01:56 +02:00
Matthieu Riegler 7ee49651b4 docs: fix edit links for block/element api entries (#62766)
PR Close #62766
2025-08-14 13:03:01 +02:00
Matthieu Riegler 29467eaedc 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 04f1d54001 build: update to bazel 7.6.0 (#63096)
Update to later version of bazel

PR Close #63096
2025-08-14 13:01:31 +02:00
Angular Robot d20dd17e0a docs: update Angular CLI help (#63140)
Updated Angular CLI help contents.

PR Close #63140
2025-08-14 12:58:49 +02:00
Jeremy Elbourn 774b225212 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 2c12f2a8b0 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:31 -07:00
Jeremy Elbourn 538df44578 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 bb5a69c43c 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:15 -07:00
Matthieu Riegler f251c7d39f docs: add missing supported != operator (#63108)
fixes 63103

PR Close #63108
2025-08-12 09:39:07 -07:00
Matthieu Riegler fdce7e20d9 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:40 -07:00
Joey Perrott b72ef65b08 build: update to the latest version of devinfra and rename npm2 workspace (#63093)
Rename the npm2 workspace to npm and use the latest version of devinfra which drops rules_nodejs

PR Close #63093
2025-08-11 10:35:33 -07:00
Shuaib Hasan Akib 63aa602796 docs(docs-infra): add next page reference (#62566)
PR Close #62566
2025-08-08 11:06:35 -07:00
Cheng-Hsuan Tsai aeb878bbc4 docs(docs-infra): fix inconsistent codeblock styles (#63041)
PR Close #63041
2025-08-07 09:09:22 -07:00
Ben Hong 6a3d2a0bd8 docs: add dedicated router testing guide (#62445)
PR Close #62445
2025-08-06 16:47:23 +02:00
robertIsaac 9f7cb08ca4 docs: update binding.md to use signals (#62606)
PR Close #62606
2025-08-06 15:11:15 +02:00
Ben Hong 12fe5f6293 docs: update router transition animation guide (#62858)
PR Close #62858
2025-08-06 11:18:39 +02:00
Joey Perrott 26f99b3dcd build: migrate all npm packages to use new rules_js based npm_package rule (#62989)
Use a common rule for all npm_packages

PR Close #62989
2025-08-05 19:09:26 +00:00
Matthieu Riegler 82c2557f9c 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 bccc8c8d7d docs: Fix typos in zoneless documentation (#62985)
PR Close #62985
2025-08-05 10:07:00 +02:00
SkyZeroZx e0d436ad6c docs: Adds docs on handling redirect info in interceptors (#62968)
PR Close #62968
2025-08-04 11:41:24 +02:00
Matthieu Riegler 3cbfc6759b docs: disable stackblitz examples (#62972)
This isn't supported ATM.

PR Close #62972
2025-08-04 11:39:38 +02:00
Matthieu Riegler 3a8fa72d20 build: replace docs script with adev (#62944)
`pnpm docs` is a dedicated command to open a package docs.

PR Close #62944
2025-08-01 12:39:38 +00:00
Joey Perrott 216d883074 build: use pnpm as the package manager instead of yarn (#62926)
Use pnpm instead of yarn as the package manager and interaction tool for the repo

PR Close #62926
2025-07-31 22:11:52 +00:00
Angular Robot 07772226e5 build: update dependency shiki to v3.9.0 (#62921)
See associated pull request for more information.

PR Close #62921
2025-07-31 10:37:17 +00:00
Angular Robot c92a306e5b build: update cross-repo angular dependencies (#62903)
See associated pull request for more information.

PR Close #62903
2025-07-31 09:58:08 +00:00
Joey Perrott 875ea30d6b build: remove ts_project_interop infrastructure (#62909)
Remove the interop macros and final usages

PR Close #62909
2025-07-31 09:14:25 +00:00
Joey Perrott adbb19d40f build: remove usages of runtime_rnjs_interop (#62909)
Remove all usages of the runtime_rnjs_interop feature

PR Close #62909
2025-07-31 09:14:25 +00:00