Nikita Sologub
460b41b881
docs: replace undefined 'heroId' with defined 'id' ( #61798 )
...
PR Close #61798
2025-06-04 14:09:23 -04:00
Abhideep
f0e60f429d
docs: update home.ts ( #61873 )
...
updating HousingLocationInfo(interface) with HousingLocation(component), which is required to be imported into the Home Component
PR Close #61873
2025-06-04 14:04:39 -04:00
Nikita Sologub
e7d9a2b271
docs: complete a truncated sentence in define-routes.md ( #61871 )
...
PR Close #61871
2025-06-04 12:18:05 -04:00
Hakeem
58741dd18a
docs(docs-infra): handle fractional sizes between max and min widths vals ( #61600 )
...
PR Close #61600
2025-06-04 11:41:50 -04: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
Paul Gschwendtner
d081ef9b06
build: replace all ng_package with new rule from rules_angular ( #61843 )
...
Replaces all `ng_package` rule with the new rule from `rules_angular`.
PR Close #61843
2025-06-04 09:13:41 +00:00
Matthieu Riegler
4178e82594
docs: open llms files in new tab ( #61851 )
...
Without that the app's router tries to route to unexinsting pages
fixes #61850
PR Close #61851
2025-06-04 06:31:53 +00:00
Matthieu Riegler
c6f470e5ae
docs(docs-infra): fix tutorial tooltip ( #61782 )
...
The code editor tooltip exhibits some weird bug when there is a margin applied. The root issue is unknown but at least it improves the current situation.
fixes #60923
PR Close #61782
2025-06-03 13:58:31 -04:00
Angular Robot
5813dbdd2a
build: lock file maintenance ( #61813 )
...
See associated pull request for more information.
PR Close #61813
2025-06-03 11:13:30 -04:00
Shuaib Hasan Akib
b2df1f699e
docs(docs-infra): add language service for Zed ( #61482 )
...
PR Close #61482
2025-06-03 10:30:25 -04:00
Matthieu Riegler
e555c7f0dd
docs(docs-infra): use modern apis ( #61706 )
...
PR Close #61706
2025-06-03 10:28:20 -04:00
Pawel Kozlowski
4af4a1aca3
docs: documentation for the Chrome DevTools integration ( #61690 )
...
Initial version of the documentation describing integration with the
Chrome DevTools performance panel.
PR Close #61690
2025-06-03 07:04:37 -04:00
Oussama BADR
42f07ce2f6
docs: Use signal function to read value in CustomDialog example (programmatic-rendering.md) ( #61821 )
...
PR Close #61821
2025-06-02 16:05:49 -04:00
Vincent
155e2842fc
docs: Add Angular 20 migration instructions for changes in resources ( #61772 )
...
PR Close #61772
2025-06-02 12:38:34 -04:00
Vadim
db1fc5713d
docs(docs-infra): example causes RuntimeError: NG0950: Input is required but no value is available yet ( #61785 )
...
PR Close #61785
2025-06-02 09:49:37 -04:00
Jens Kuehlers
744a1fa075
docs: point v20 banner to blog ( #61824 )
...
PR Close #61824
2025-06-02 09:41:34 -04:00
Matthieu Riegler
f8b4b1209a
docs: update llms files ( #61791 )
...
PR Close #61791
2025-06-02 09:31:49 -04:00
marktechson
532cd3214b
docs: add Using AI development page ( #61790 )
...
PR Close #61790
2025-06-02 09:26:37 -04:00
Doug Parker
5ccc654810
docs: fix component harness indentation and comments ( #61760 )
...
Component harness docs code snippets seem to have been a bit corrupted.
PR Close #61760
2025-05-30 13:37:55 -04:00
Matthieu Riegler
bddfd2f8c2
docs: fix deprecated docs navigation background color. ( #61775 )
...
Backport of #58848 into v19 / main.
PR Close #61775
2025-05-30 11:09:13 -04:00
Matthieu Riegler
221c07c58d
docs: restore routing with matcher ( #61778 )
...
Let's restore that page until we rewrite that part.
fixes #61771
PR Close #61778
2025-05-30 11:05:02 -04:00
fejx
5f187b229f
docs: fix copy-paste error on defer page in interaction section ( #61751 )
...
PR Close #61751
2025-05-29 18:20:55 -04:00
Yuta Nishi
7cfd89a3a2
docs(router): fix typo in define-routes.md ( #61740 )
...
Fixes a typo in the "Lazily loaded components" section of the define-routes.md guide.
The path for the home-page component was incorrectly written as ',' instead of ''.
PR Close #61740
2025-05-29 18:17:33 -04:00
Matthieu Riegler
e4b0844d4d
docs: update control flow migration command ( #61750 )
...
PR Close #61750
2025-05-29 18:15:56 -04:00
Vlad Boisa
31556cd714
docs: fix broked link Routing guide ( #61749 )
...
Fix typo in link for correct display of the link
PR Close #61749
2025-05-29 18:14:14 -04:00
hawkgs
68aa159a7f
docs(docs-infra): fix update guide version dropdown on Firefox ( #61744 )
...
Fixes #58776
PR Close #61744
2025-05-29 18:12:40 -04:00
Matthieu Riegler
8fa75fe58b
docs: remove ngIf/ngFor/ngSwitch from the directive overview ( #61708 )
...
PR Close #61708
2025-05-29 17:57:51 -04:00
Matthieu Riegler
f8a944314c
docs: remove unnecessary mention of ngIf/ngFor from llms-full ( #61694 )
...
PR Close #61694
2025-05-29 17:56:50 -04:00
Matthieu Riegler
60e06786ba
docs: remove the constructor DI from the learn angular tutorial ( #61693 )
...
PR Close #61693
2025-05-29 17:55:02 -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
Matthieu Riegler
663975b4e7
docs: update learn-angular tutorial to use input/output ( #61607 )
...
This replaces the example that were using the decorators.
PR Close #61607
2025-05-29 17:50: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
Paul Gschwendtner
fa123803b4
build: update api-gen to work with compiler as ts_project ( #61566 )
...
Compiler now would have `.js` files. Those aren't picked up as ESM,
unless we install the `package.json` with `type: module`. Sounds great
on paper, but doesn't work in reality because the way the compiler
packages are available to `api-gen/` is via the old `rules_nodejs`
linker, so the `packages/package.json` wouldn't work; nor do the
`package.json`s of the e.g. compiler-cli package work- because those
already contain the `exports` of the built npm package.
We fix this in a much more reasonable way, and the whole module
resolution problem by leveraging the pnpm linking here. This works as
expected.
PR Close #61566
2025-05-29 14:39:10 -04:00
Matthieu Riegler
04b68816a1
docs: setup redirect for zoneless ( #61737 )
...
PR Close #61737
2025-05-28 17:44:45 -07:00
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:
https://github.com/angular/angular/blob/2699dd65558d70fadeac1e9b420841f3dfc3a059/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