Ben Hong
059e0d3dfd
docs: add customizing route behavior guide for router ( #63398 )
...
PR Close #63398
2025-08-27 16:18:39 -07:00
Shuaib Hasan Akib
4c82b84c5b
docs(docs-infra): mark properties as readonly if they shouldn't change ( #63200 )
...
PR Close #63200
2025-08-27 16:16:25 -07:00
Angular Robot
58cb2bec32
build: update cross-repo angular dependencies ( #63395 )
...
See associated pull request for more information.
PR Close #63395
2025-08-27 16:13:08 -07:00
Matthieu Riegler
1bb30c7e49
docs(docs-infra): remove dependency on html-entities ( #63416 )
...
HTML entities are now supported, we don't need to convert them.
PR Close #63416
2025-08-27 11:40:50 -07:00
Joey Perrott
6e4d71e022
build: remove ts_project_interop file ( #63421 )
...
Remove the ts_project_interop.bzl file that no longer does interop work
PR Close #63421
2025-08-27 11:23:57 -07:00
Joey Perrott
b4ae94d5ef
refactor: remove TODOs which have been corrected ( #63421 )
...
Remove TODOs which were addressed but the comment was not removed
PR Close #63421
2025-08-27 11:23:57 -07:00
Matthieu Riegler
0133964ff4
docs: remove IsolatedShadowDOM for the v10=>v11 suggestions ( #63415 )
...
PR Close #63415
2025-08-27 11:18:24 -07:00
Joey Perrott
c15b8ed631
build: enable strict deps enforcement for ts_project ( #63375 )
...
Enable strict_deps testings for all ts_project and ng_project targets in the repo
PR Close #63375
2025-08-26 09:46:30 -07:00
Joey Perrott
2fcafb65c5
build: rename defaults2.bzl to defaults.bzl ( #63383 )
...
Use defaults.bzl for the common macros
PR Close #63383
2025-08-25 15:45:01 -07:00
Angular Robot
fca6122d09
build: lock file maintenance ( #63359 )
...
See associated pull request for more information.
PR Close #63359
2025-08-25 15:35:54 -07:00
Matthieu Riegler
47dc4ffd1a
docs(docs-infra): share markdown rendering and highlighting code between api-gen and guides ( #63357 )
...
This reduces code duplication and improves the maintability.
PR Close #63357
2025-08-25 15:33:55 -07:00
Angular Robot
d025a07329
build: update all non-major dependencies ( #63344 )
...
See associated pull request for more information.
PR Close #63344
2025-08-25 08:37:54 -07:00
Jessica Janiuk
5af3222e35
docs: update paths and references to animations guides ( #63368 )
...
This updates the adev navigation to consider the new enter-and-leave path to be the definitive animations guide.
It also prefixes all the prior animations package docs with legacy and updates all links.
PR Close #63368
2025-08-25 08:21:57 -07:00
Jessica Janiuk
1e3196b0c9
docs: add important service worker note ( #63364 )
...
This adds an important note about the service worker to indicate we are not accepting new features.
PR Close #63364
2025-08-25 08:18:31 -07:00
Jessica Janiuk
3b674e8cb3
docs: update animations guide important note ( #63363 )
...
PR Close #63363
2025-08-25 08:17:43 -07:00
Matthieu Riegler
0cd75257de
refactor(docs-infra): ensure we're not creating nested anchor elements. ( #63352 )
...
With #63162 , we added automatic link creation on API symbols. The side effect was that we created HTML in some specific cases. For example with the docs-card we could have nested anchor elements which is invalid.
This commit prevent creating nested links inside docs-cards.
fixes #63351
PR Close #63352
2025-08-25 08:16:20 -07:00
Matthieu Riegler
05df189731
refactor(docs-infra): rename testing into test. ( #63352 )
...
We usually name `test` our test directories and `testing` for the testing helpers.
PR Close #63352
2025-08-25 08:16:20 -07:00
Joey Perrott
3df1dccebe
refactor: various build and import specificer fixes for strict deps ( #63323 )
...
Change direct deps in bazel targets and import specifiers within files to maintain strict deps requirements ahead of enabling strict deps tests in the repo
PR Close #63323
2025-08-22 14:45:00 -07:00
Shuaib Hasan Akib
a9d4ccfff3
docs(docs-infra): Replace page enums by constants ( #63335 )
...
PR Close #63335
2025-08-22 14:42:52 -07:00
Shuaib Hasan Akib
a84227263d
docs(docs-infra): fix spelling ( #63334 )
...
PR Close #63334
2025-08-22 12:01:49 -07:00
Angular Robot
36a36ea034
docs: update Angular CLI help ( #63296 )
...
Updated Angular CLI help contents.
PR Close #63296
2025-08-21 14:11:36 -07:00
aparziale
6ddb250391
feat(migrations): add migration to convert ngClass to use class ( #62983 )
...
feat #61661 - add migration to convert ngClass to use class
PR Close #62983
2025-08-21 11:41:32 -07:00
Matthieu Riegler
7d6ae95807
docs(docs-infra): fix mermaid rendering ( #63311 )
...
A recent update of mermaid change the html output. `rect` became `path`.
fixes #63308
PR Close #63311
2025-08-21 10:06:32 -07:00
Matthieu Riegler
da06239a41
docs(docs-infra): Add exemption list for linking symbols. ( #63309 )
...
PR Close #63309
2025-08-21 10:05:55 -07:00
Angular Robot
790143eb9b
build: update cross-repo angular dependencies ( #63284 )
...
See associated pull request for more information.
PR Close #63284
2025-08-20 15:58:42 +00:00
Devin Chasanoff
fd66f97885
docs: add ai design patterns to adev/ai ( #63095 )
...
PR Close #63095
2025-08-20 15:43:36 +00:00
Matthieu Riegler
4dfa6f1942
docs(docs-infra): auto-links to API entries ( #63162 )
...
This is a first step to create links to API entries automatically.
It adds support for
- code spans (`` `symbol` ``)
- code blocks (`` ```some code here``` ``)
Links are generated from on a K/V map of API entries (symbol => package name).
The map is generated from the API manifest that we're already generating for the API docs.
For the moment, entries with identical names are skipped.
PR Close #63162
2025-08-20 13:05:48 +00:00
Angular Robot
3d7b31c113
build: update dependency playwright-core to v1.55.0 ( #63272 )
...
See associated pull request for more information.
PR Close #63272
2025-08-20 11:14:22 +00:00
Matthieu Riegler
6a6cb01bb3
docs: update NG_VALIDATORS examples to use forwardRef ( #63247 )
...
PR Close #63247
2025-08-20 09:27:20 +00:00
Matthieu Riegler
2aa9775078
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:17 +00:00
Matthieu Riegler
85468ef630
docs: rewording heading for define option ( #63009 )
...
This is an attemp to improve search results
PR Close #63009
2025-08-20 09:04:57 +00:00
tjshiu
1feadba215
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:33 +00:00
tjshiu
cf0ae2ec45
docs: update tailwind guide and navigation ( #63205 )
...
PR Close #63205
2025-08-20 08:30:33 +00:00
tjshiu
b0e2cdd470
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:33 +00:00
Joey Perrott
718bfd2fb7
build: move from using WORKSPACE to MODULE.bazel ( #63246 )
...
Update to use MODULE.bazel
PR Close #63246
2025-08-20 08:26:17 +00:00
Angular Robot
8a6cc39aec
build: update all non-major dependencies ( #63256 )
...
See associated pull request for more information.
PR Close #63256
2025-08-20 08:21:30 +00:00
Angular Robot
942517966b
build: update dependency shiki to v3.10.0 ( #63235 )
...
See associated pull request for more information.
PR Close #63235
2025-08-19 11:15:29 +00:00
Angular Robot
101f072b74
build: update dependency mermaid to v11.10.0 ( #63234 )
...
See associated pull request for more information.
PR Close #63234
2025-08-19 08:21:55 +00:00
Angular Robot
44b94b1564
docs: update Angular CLI help ( #63225 )
...
Updated Angular CLI help contents.
PR Close #63225
2025-08-19 08:21:25 +00:00
Angular Robot
f7de67ba75
build: update dependency preact to v10.27.1 ( #63229 )
...
See associated pull request for more information.
PR Close #63229
2025-08-19 08:03:39 +00:00
Avetik Harutyunyan
f50fa15fa3
docs: fix typo in SSR section ( #63224 )
...
PR Close #63224
2025-08-19 08:01:27 +00:00
Matthieu Riegler
78f3d849ba
docs: update version compatiblity. ( #63223 )
...
TS 5.9 support landed with #62939
PR Close #63223
2025-08-19 08:00:54 +00:00
Paweł Kawula
c4faee4722
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
9b539a18ba
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:45 +00:00
Alan Agius
494385cac0
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:03 +02:00
Alan Agius
2c34e37df9
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:03 +02:00
Alan Agius
1714e9ea0e
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:03 +02:00
Angular Robot
032017174e
build: lock file maintenance ( #63209 )
...
See associated pull request for more information.
PR Close #63209
2025-08-18 12:50:49 +02:00
Walter Breakell
ddee59f58c
docs: fix grammatical mistake in installation guide ( #63202 )
...
PR Close #63202
2025-08-18 12:50:00 +02:00
Matthieu Riegler
ab067a3d2e
docs(docs-infra): remove @adev/constant path ( #63213 )
...
PR Close #63213
2025-08-18 10:06:23 +02:00