Andrew Scott
2a290ab30e
docs: update versions.json with v20 ( #61732 )
...
This updates the versions.json to make v20 consistent with other versions
PR Close #61732
2025-05-28 11:11:23 -07:00
Jens Kuehlers
4e97ed96cd
docs: update version picker for v20 ( #61727 )
...
PR Close #61727
2025-05-28 10:28:18 -07:00
Devin Chasanoff
7ea1750420
docs: add v20 dev event banner ( #61723 )
...
PR Close #61723
2025-05-28 10:27:36 -07:00
Andrew Scott
8cf7e2302f
docs: update tutorials and playground to v20 ( #61726 )
...
update boilerplates to use v20 final
PR Close #61726
2025-05-28 09:41:42 -07:00
Matthieu Riegler
c77e198f5d
docs(docs-infra): limit file interactions on tutorials. ( #61696 )
...
The restricted mode on the code editor prevents renaming, deleting or adding files.
PR Close #61696
2025-05-27 11:33:10 -07:00
Angular Robot
ca26b23007
build: lock file maintenance ( #61679 )
...
See associated pull request for more information.
PR Close #61679
2025-05-26 11:55:36 +00:00
Alan Agius
9832e72fc3
build: disable esbuild metadata file generation ( #61636 )
...
Disables creation of the esbuild meta.json file, which is not utilized in the build process. This streamlines the output and avoids generating unused artifacts.
PR Close #61636
2025-05-26 08:57:41 +00:00
Charles Lyding
d3e9ca1162
docs: add initial experimental vitest testing guide ( #61483 )
...
An initial guide to use the experimental unit testing system with the
vitest runner has been added. This includes setup instructions for switching
from the karma/jasmine based system.
Additional content for configuration and potential migration of existing
projects may be added in future changes.
PR Close #61483
2025-05-23 15:39:37 -07:00
Andrew Scott
1ea39e050c
refactor(zone.js): Add a withProxyZone helper that might be used for unpatched test frameworks ( #61626 )
...
As an alternative to monkey patching vitest, this change adds a method that could be used
for manually running functions inside a shared proxy zone. If used inocrrectly,
this would mean that
the `fakeAsync` closure may not capture all timers and microtasks if it
invokes things created in a zone that was already forked (e.g. creating
a component in a beforeEach:
2699dd6555/packages/zone.js/lib/jasmine/jasmine.ts (L363-L371) )
PR Close #61626
2025-05-22 13:39:30 -07:00
michael-small
38c2edc3b0
docs: remove dev preview banner from RXJS interop ( #61598 )
...
Disclaimer: I made this PR directly from the MD editor in GH since I can't run the docs locally at the moment.
PR Close #61598
2025-05-22 13:00:23 -07:00
Matthieu Riegler
2db5070074
docs: remove top level heading which ( #61593 )
...
It interferes with `docs-decorative-header`
PR Close #61593
2025-05-22 12:12:32 -07:00
Hakeem
5735ea7115
docs(docs-infra): fix nav items active status is shown for multiple items ( #61597 )
...
PR Close #61597
2025-05-21 16:04:23 -07:00
Joey Perrott
bde1b5e3d5
build: remove the "restamping" substitutions from adev shared-docs package ( #61585 )
...
Remove the substitutions as they are not actually needed
PR Close #61585
2025-05-21 17:37:52 +00:00
marktechson
1afe20f774
docs: add new ai setcion to adev ( #61583 )
...
This new sections outlines guides, code samples and best practices for building AI apps with Angular.
PR Close #61583
2025-05-21 17:04:15 +00:00
hirowf
373480c18b
docs: include bun in packageManager value types ( #60907 )
...
PR Close #60907
2025-05-21 15:19:38 +00:00
PandaByte
ba66a12ec3
docs: fix capitalization error ( #61554 )
...
PR Close #61554
2025-05-21 13:42:35 +00:00
Charles Lyding
7adbb9c693
docs: add a short redirect for HMR information ( #61545 )
...
The `https://angular.dev/hmr ` URL will now redirect
to the HMR information at the longer URL:
https://angular.dev/tools/cli/build-system-migration#hot-module-replacement
This shorter URL will be used within console messages within the Angular CLI.
PR Close #61545
2025-05-21 10:00:29 +00:00
Ahmed Hakeem
7651d37cfe
docs(docs-infra): modify bazel config to include shared docs global styles ( #61384 )
...
PR Close #61384
2025-05-21 09:51:47 +00:00
Hakeem
2807a166d1
docs(docs-infra): fix docs pages overflow when specific example-viewer exists ( #61384 )
...
enforce content to be fluid until a specific max width, and rollback breakpoints to be applied when 1430px is the current win size
as widths between 1430px and 1431px will be broken
PR Close #61384
2025-05-21 09:51:47 +00:00
Matthieu Riegler
5a4ca62081
docs: fix info about descendants for content queries. ( #61534 )
...
- `descendants` option is `true` for `contentChild`
- `descendants` option is `false` for `contentChildren`
PR Close #61534
2025-05-21 09:06:06 +00:00
Angular Robot
b0ee7ffa50
docs: update Angular CLI help ( #61526 )
...
Updated Angular CLI help contents.
PR Close #61526
2025-05-20 20:07:44 +00:00
Matthieu Riegler
f1f37896c5
docs(docs-infra): display CLI enum values for enums ( #61521 )
...
fixes #61516
PR Close #61521
2025-05-20 16:54:12 +00:00
Matthieu Riegler
3a7d569d35
docs(docs-infra): fix substitution regex ( #61515 )
...
It was replacing `rgba(0,0,0,0)` with `rgba(99.99.99, 0)`
PR Close #61515
2025-05-20 14:27:27 +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
mgechev
1749ee68e3
docs: add update instructions for v20 ( #61338 )
...
PR Close #61338
2025-05-20 08:51:19 +00:00
Joey Perrott
ef0f1a4ca8
build: move ts_project and ng_project for adev into a macro ( #61319 )
...
Move ts_project and ng_project into a macro for adev/ instead of providing a custom
tsconfig on every target
PR Close #61319
2025-05-20 08:48:29 +00:00
Joey Perrott
8ef41f3e14
build: migrate adev to use ng_project ( #61319 )
...
Move all of adev to use ng_project instead of ng_module
PR Close #61319
2025-05-20 08:48:29 +00:00
Miles Malerba
b77042a554
docs: point cdk drag-drop doc links to adev api pages ( #61437 )
...
Now that the drag and drop API pages are on adev we can link to those
instead of external linking to material.angular.io
PR Close #61437
2025-05-19 16:04:07 +00:00
Angular Robot
10c2ab2a4a
build: lock file maintenance ( #61456 )
...
See associated pull request for more information.
PR Close #61456
2025-05-19 11:03:53 +00:00
Alan Agius
cf8c853523
build: remove @types/diff ( #61447 )
...
The latest diff package includes the TS types.
PR Close #61447
2025-05-19 09:17:47 +00:00
Ben Hong
6938d6fb15
docs: add intro to new ssr guide and refactor information architecture ( #61377 )
...
PR Close #61377
2025-05-19 08:18:48 +00:00
Matthieu Riegler
174893b7e3
docs: replace references to platform-brower-dynamic with platform-brower ( #61428 )
...
PR Close #61428
2025-05-19 08:04:51 +00:00
Matthieu Riegler
13e3966584
docs(docs-infra): only show clear button of textfield when there is a text ( #61427 )
...
PR Close #61427
2025-05-16 15:57:35 +00:00
Matthieu Riegler
693006e219
docs(docs-infra): llms-full.txt ( #61356 )
...
This includes a basic script to generate the file from the list of markdown files `llms-list.md`
PR Close #61356
2025-05-16 14:38:02 +00:00
Matthieu Riegler
ca700e1def
docs(docs-infra): Improve formatting of functions ( #61154 )
...
The commit introduce prettier to format some API entries.
For now we'll do only functions are other are a bit more complex because of the support of deprecation.
fixes #59211
PR Close #61154
2025-05-16 13:58:35 +00:00
Vlad Boisa
3dd2f82be8
docs: fix typos ( #61257 )
...
Change grammar and fix typos in docs
Fixes #61244
PR Close #61257
2025-05-16 10:20:34 +00:00
Matthieu Riegler
ac190f4544
docs: fix note formatting about optionam chaining ( #61251 )
...
PR Close #61251
2025-05-16 10:09:34 +00:00
Matthieu Riegler
08bf41edb8
docs(docs-infra): fix API query filtering. ( #61300 )
...
On `19.2` we pass an undefined value to the text-field.
But more generaly, the CVA should protect itself if it doesn't recieve an `undefined` value.
fixes #61299
PR Close #61300
2025-05-16 09:57:06 +00:00
Vlad Boisa
1a31c117b7
docs: fix incomplete sentence ( #61391 )
...
Fix insufficient sentence.
Fixes #61350
PR Close #61391
2025-05-16 09:35:43 +00:00
Matthieu Riegler
a0be4c19ff
docs: fix Routed components example ( #61278 )
...
fixes #61277
PR Close #61278
2025-05-16 09:14:38 +00:00
Angular Robot
a4bac2a339
docs: update Angular CDK apis ( #61395 )
...
Updated Angular CDK api files.
PR Close #61395
2025-05-16 08:30:14 +00:00
Alan Agius
d3f667ab31
Revert "docs: update Angular CDK apis [main] ( #61346 )" ( #61394 )
...
This reverts commit eb9806ab0e so that we can test the workflow.
PR Close #61394
2025-05-16 08:08:44 +00:00
Andrew Scott
da67f4705c
fix(docs-infra): Correctly support the CLI tutorial type ( #61246 )
...
There were a myriad of problems when using the type: 'cli' for a
tutorial:
* Editor component would flicker the non-cli version first since that
was the default value. Fixed by not showing anything until type is
available
* Editor component still rendered a split screen when there was no
preview. Fixed
* Project initialization was incorrect because the terminal would appear
to be available but really didn't work until dependencies were done
installing. Fixed by sharing initialization with regular project init
and piping the install output to the interactive terminal
* Terminals would not work when going from type: 'cli' to another or
vice versa. This is because the element instance of a terminal cannot
change once it is opened. Fixed by dispoing and recreating terminals
when the element changes
PR Close #61246
2025-05-16 07:50:24 +00:00
Angular Robot
eb9806ab0e
docs: update Angular CDK apis [main] ( #61346 )
...
Updated Angular CDK api files.
PR Close #61346
2025-05-16 07:38:42 +00:00
Andrew Seguin
25317dd958
docs: make drag and drop examples preview ( #59737 )
...
PR Close #59737
2025-05-16 07:38:03 +00:00
Miles Malerba
a31648d9aa
docs: fix embedded preview ( #59737 )
...
update the embeddable examples glob to captrue the drag & drop examples,
and fix the current build issues in the drag & drop examples
PR Close #59737
2025-05-16 07:38:03 +00:00
Andrew Seguin
086d2f70cf
docs: add preview to an example to test ( #59737 )
...
PR Close #59737
2025-05-16 07:38:03 +00:00
Miles Malerba
59ad8edf24
ci: fix build ( #59737 )
...
Deletes the BUILD.bazel in examples/drag-drop so the files can be
collected in examples/BUILD.bazel instead
PR Close #59737
2025-05-16 07:38:03 +00:00
Amy Sorto
4f387126e6
docs: add code examples for drag and drop guide ( #59737 )
...
# Conflicts:
# adev/src/content/guide/BUILD.bazel
PR Close #59737
2025-05-16 07:38:03 +00:00