Alan Agius
373580c706
docs: add browser support for v21 ( #64540 )
...
Adds the browser support information for Angular v21, setting the baseline date to 2025-10-20.
PR Close #64540
2025-10-20 14:46:14 +00:00
Matthieu Riegler
69749800c9
docs: add more details on critical inlining. ( #64292 )
...
fixes #42682
PR Close #64292
2025-10-20 14:45:37 +00:00
SkyZeroZx
60c62bd771
docs: Documents sourcesContent option for source maps ( #64482 )
...
PR Close #64482
2025-10-17 14:29:51 +00:00
SkyZeroZx
75fc16b261
feat(migrations): Adds support for CommonModule to standalone migration ( #64138 )
...
Introduces a migration that replaces CommonModule usage with individual imports from @angular/common, aligning with Angular's standalone component approach and improving module import clarity
PR Close #64138
2025-10-15 10:37:37 -07:00
Matthieu Riegler
f232fa5d71
docs: Add mentions of the autoCsp option ( #64290 )
...
And also in the incompatibility of `CSP_NONCE` with `inlineCritical`.
fixes #61037
PR Close #64290
2025-10-14 09:23:20 -07:00
SkyZeroZx
861cee34e0
feat(migrations): Adds migration for deprecated router testing module ( #64217 )
...
Introduces a schematic to replace deprecated router testing imports
PR Close #64217
2025-10-13 11:09:29 -07:00
SkyZeroZx
1ffcfb625a
feat(migrations): Adds migration for deprecated router testing module ( #64217 )
...
Introduces a schematic to replace deprecated router testing imports
PR Close #64217
2025-10-13 11:09:29 -07:00
SkyZeroZx
563dbd998c
feat(compiler-cli): Adds diagnostic for misconfigured @defer triggers ( #64069 )
...
Warns when @defer blocks define unreachable or redundant triggers, such as multiple main triggers, ineffective prefetches, or timer delays not scheduled before rendering.
PR Close #64069
2025-10-13 11:06:01 -07:00
Oliver Lang
eee8eab4b6
docs: improve clarity of self-closing tag migration example ( #64388 )
...
Replaces inline comments with structured Before and After sections
to enhance readability and consistency. This helps developers better
understand the transformation from non-self-closing to self-closing
tags during migration.
PR Close #64388
2025-10-13 10:01:02 -07:00
Jens Kuehlers
c8869248b9
docs: add TS+Node version requirements for v21 ( #64384 )
...
PR Close #64384
2025-10-13 08:35:24 -07:00
Matthieu Riegler
59c152833e
docs: add check for non-existing anchor ( #64309 )
...
This is only for the anchors on the same document for now.
Commit also includes some reformating.
fixes #64303
PR Close #64309
2025-10-10 06:43:51 -07:00
Matthieu Riegler
f866132642
docs: add allowed-host mention ( #64145 )
...
and other dev-server options
PR Close #64145
2025-10-01 09:03:07 -04:00
Shuaib Hasan Akib
99cf1388e8
docs: not external link ( #64025 )
...
PR Close #64025
2025-09-24 14:24:57 +00:00
Alan Agius
b725af9924
docs: add documentation for NG0401 error ( #63947 )
...
PR Close #63947
2025-09-19 17:01:20 +00:00
aparziale
8dc8914c8a
feat(migrations): add migration to convert ngStyle to use style ( #63517 )
...
Add migration to convert ngStyle to use style
PR Close #63517
2025-09-15 20:16:16 +00:00
SkyZeroZx
3327de1b88
docs: add documentation for NG02802 warning about HttpTransferCache headers ( #63802 )
...
add documentation for NG02802 warning about HttpTransferCache headers
PR Close #63802
2025-09-15 15:38:24 +00:00
martincampagnoli
4c1da71d84
docs: update signal-queries.md ( #63726 )
...
PR Close #63726
2025-09-12 16:48:53 +00:00
Alan Agius
39337cfe55
docs: update supported Angular versions to include 20.3.x ( #63679 )
...
The versions now include the exceptional minor release.
PR Close #63679
2025-09-10 21:59:52 +00:00
Shuaib Hasan Akib
08fb6864c9
docs: update package link ( #63579 )
...
PR Close #63579
2025-09-08 12:33:54 -07:00
cexbrayat
b717f6dce6
docs: typos in ngClass migration ( #63564 )
...
PR Close #63564
2025-09-03 16:31:31 +00:00
Shuaib hasan akib
668ced9154
docs(docs-infra): export class ( #63506 )
...
PR Close #63506
2025-09-02 16:36:47 +00: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
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
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
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
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
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
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
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
Joey Perrott
49b7729e88
build: remove usages of rules_nodejs ( #62885 )
...
Remove rules_nodejs usages with direct migrations to rule_js alternatives
PR Close #62885
2025-07-30 08:51:27 +00:00
Matthieu Riegler
5f759999a8
refactor(common): replace aio links to adev ( #62839 )
...
The is a doc change + a minor test change (to remove test logs that mention aio)
PR Close #62839
2025-07-29 09:55:26 +00:00
cexbrayat
c66e9feda9
docs: fix link for NG8117 uninvokedFunctionInTextInterpolation ( #62820 )
...
PR Close #62820
2025-07-25 16:55:36 +02:00
Tony Conway
36dcd0ee63
docs: Update versions.md to use canonical Baseline site ( #62680 )
...
replace `tonypconway` fork URL with canonical `web-platform-dx` URL
PR Close #62680
2025-07-17 13:26:41 -04:00
Rafael Camara
5abfe4a899
feat(compiler-cli): add diagnostic for uninvoked functions in text interpolation ( #59191 )
...
This commit adds a new extended diagnostic to detect uninvoked functions in text interpolation.
PR Close #59191
2025-07-16 16:30:37 -04:00
Alan Agius
28ca35801e
docs: update browsers support versions ( #62572 )
...
The current URL is not correct as it incorrectly includes browsers. We now replace the URL with the comparer provided by baseline which will be available soonish via `web-platform-dx.github.io`
PR Close #62572
2025-07-10 10:26:24 -07:00
Matthieu Riegler
a1f8cc4f3a
docs(docs-infra): generate llms-full.txt at build time ( #61864 )
...
PR Close #61864
2025-07-08 11:27:54 -07:00
Michael Small
7077520ca8
docs: add page NG8115 (uninvokedTrackFunction) ( #61962 )
...
Pull request that added the diagnostic:
https://github.com/angular/angular/pull/60495
PR Close #61962
2025-06-27 11:54:41 +00:00
Jens Kuehlers
3eca8b1d2f
docs: add v21 dates ( #62216 )
...
PR Close #62216
2025-06-24 08:49:11 +00:00
David
b9d7e7dba6
docs(migrations): update the docs for the migration to control flow syntax ( #61816 )
...
Change the command to execute the migration, because the command stated in the previous version results in the error "Cannot find migration 'control-flow-migration' in '@angular/core'.". The new command is more in line with the docs of other migrations.
PR Close #61816
2025-06-04 11:28:49 -04:00
Matthieu Riegler
e4b0844d4d
docs: update control flow migration command ( #61750 )
...
PR Close #61750
2025-05-29 18:15:56 -04:00
Matthieu Riegler
276a3510b2
docs: replace @Input/@Output in docs ( #61686 )
...
This commit also remove some unused examples
PR Close #61686
2025-05-29 17:51:30 -04:00
mgechev
0ab865e47b
docs: update the roadmap to reflect v20 progress ( #61406 )
...
PR Close #61406
2025-05-29 17:44:48 -04:00
hirowf
373480c18b
docs: include bun in packageManager value types ( #60907 )
...
PR Close #60907
2025-05-21 15:19:38 +00:00
Alan Agius
8f65223bd8
fix(core): update min Node.js support to 20.19, 22.12, and 24.0 ( #61499 )
...
This is to match the versions of the Angular CLI.
See: https://github.com/angular/angular-cli/pull/30349
PR Close #61499
2025-05-20 14:15:13 +00:00
Jens Kuehlers
e2c1d00730
docs: replace material.a.io with material.a.dev ( #61513 )
...
PR Close #61513
2025-05-20 13:40:42 +00:00
Jens Kuehlers
9fb0fc84dc
docs: change supported versions when v20 releases ( #61238 )
...
PR Close #61238
2025-05-09 10:33:35 -07:00
Matthieu Riegler
fb62506894
docs: update versions support for v20 ( #61180 )
...
PR Close #61180
2025-05-07 11:20:46 -07:00
cexbrayat
f06edf5fad
docs: update references of afterEveryRender ( #61159 )
...
Since `afterRender` has been renamed `afterEveryRender`, some docs needed to be updated.
PR Close #61159
2025-05-07 11:17:56 -07:00
Alan Agius
d5c6f2c4de
refactor: add Node.js 24 as supported version ( #61142 )
...
Node.js 24 has been released https://nodejs.org/en/about/previous-releases
Closes : #61140
PR Close #61142
2025-05-06 13:38:25 -07:00
Kevin Brey
c889382a20
feat(compiler-cli): detect missing structural directive imports ( #59443 )
...
Adds a new diagnostic that ensures that a standalone component using custom structural directives in a template has the necessary imports for those directives.
Fixes #37322
PR Close #59443
2025-04-29 09:43:12 -07:00