Santosh Yadav
fa4107e413
docs: add examples for localize ( #57534 )
...
PR Close #57534
2024-09-10 20:33:19 +00:00
Jan Olaf Martin
c4b19c4d43
docs: fix link from zoneless to OnPush ( #57760 )
...
PR Close #57760
2024-09-10 20:28:00 +00:00
Angular Robot
a919c6cae3
build: update all non-major dependencies to ~5.3.0 ( #57754 )
...
See associated pull request for more information.
PR Close #57754
2024-09-10 16:31:46 +00:00
Arnau Gómez Farell
d0fe538c8a
docs(core): fix typo ( #57741 )
...
Fix typo where two variable names should be the same but are different.
PR Close #57741
2024-09-09 18:23:06 +00:00
Rachid O
8d278390b2
docs: fix broken link in roadmap page ( #57722 )
...
PR Close #57722
2024-09-09 14:40:29 +00:00
Rachid O
9d730ed0b4
docs: fix typo in steps/12-enable-routing/README.md ( #57722 )
...
PR Close #57722
2024-09-09 14:40:29 +00:00
Kristiyan Kostadinov
b619d6987e
fix(compiler): produce less noisy errors when parsing control flow ( #57711 )
...
Currently several parsing errors in the new control flow (e.g. missing `track` expression) produce errors whose span targets the entire block. This can be really noisy in the IDE where the error can span many lines in the template.
These changes switch to highlighting just the start of the block.
PR Close #57711
2024-09-09 14:10:02 +00:00
Shannon V.C.
0a86b49ab0
docs: add missing link in templates guide overview ( #57718 )
...
This addresses a minor issue where the "See whitespace in templates" phrase was not linked to its corresponding documentation section
PR Close #57718
2024-09-09 14:09:07 +00:00
diamondhero1
4cb07e6a56
docs: extraneous backslashes removed ( #57725 )
...
PR Close #57725
2024-09-09 13:58:50 +00:00
Michael Small
981255c77e
docs(docs-infra): remove more unused standalone imports ( #57703 )
...
PR Close #57703
2024-09-09 13:58:21 +00:00
Matthieu Riegler
0843f31474
docs: Enable direct links to class/interface methods for @link ( #57615 )
...
PR Close #57615
2024-09-06 16:03:37 +00:00
Seyed Alireza Mirehe
98ad3afa57
docs: fix typo in view queries documentation ( #57228 )
...
The typo in the [queries document](https://angular.dev/guide/components/queries#content-queries ) has been corrected:
Queries never **pierce** through component boundaries.
PR Close #57228
2024-09-06 16:03:03 +00:00
Matthieu Riegler
e4bed4b0db
docs(docs-infra): Remove focus on navigation ( #57695 )
...
PR Close #57695
2024-09-06 16:02:13 +00:00
Matthieu Riegler
bb8e7cea28
docs(docs-infra): fix extraction tests ( #57694 )
...
PR Close #57694
2024-09-06 15:07:48 +00:00
Kristiyan Kostadinov
9895e4492f
fix(migrations): replace leftover modules with their exports during pruning ( #57684 )
...
Currently during the module pruning stage of the standalone migration we assume that any leftover modules which only have `imports` and `exports` can safely be removed. That can be incorrect for the cases where some parts of the app were converted to standalone outside of the migration.
These changes update the logic so that such modules are replaced with the `exports` which are used within the specific component.
Fixes #51420 .
PR Close #57684
2024-09-06 14:15:50 +00:00
Matthieu Riegler
09f2ec0a12
refactor(compiler-cli): Do extract symbols from private modules. ( #57611 )
...
Modules like `core/primitives` are considered private and their symbols shouldn't be exposed nor linked in the docs.
PR Close #57611
2024-09-06 14:15:19 +00:00
Ben Hong
1fa59425db
docs: add redirect for pipes guide ( #57681 )
...
PR Close #57681
2024-09-06 14:14:08 +00:00
Matthieu Riegler
82bd547d23
docs(docs-infra): remove unused standalone imports ( #57680 )
...
PR Close #57680
2024-09-06 14:13:36 +00:00
Ben Hong
af4e39a0ab
docs: update template in-depth guide ( #57676 )
...
PR Close #57676
2024-09-05 17:57:36 +00:00
Sheik Althaf
3bce676996
refactor(devtools): use signal apis in visualizer and devtools-tabs ( #57192 )
...
Refactor the visualizer and devtools-tabs components to use signal apis, in future we can make the components onPush and zoneless
PR Close #57192
2024-09-05 17:23:34 +00:00
Matthieu Riegler
21f67b95b5
docs: display property details ( #57622 )
...
In case there are no signatures (like in an bare interface method), we display the implementation information.
PR Close #57622
2024-09-05 17:22:32 +00:00
Jan Olaf Martin
74d3fbf14b
docs: clarify behavior of ng serve with server.ts ( #57658 )
...
See: https://stackoverflow.com/questions/77468756/how-to-use-express-server-in-dev-mode-in-angular-17-application-builder
See: https://github.com/angular/angular/issues/52929#issuecomment-1818078952
PR Close #57658
2024-09-05 14:06:32 +00:00
Matthieu Riegler
5014bb5b1c
docs(docs-infra): enable tests for api-gen ( #57618 )
...
PR Close #57618
2024-09-05 14:05:05 +00:00
Sheik Althaf
004110c48d
refactor(devtools): use signal apis for directive forest ( #56998 )
...
Refactor the directive-forest components to use signal apis, in future we can make the components onPush and zoneless
PR Close #56998
2024-09-04 21:00:12 +00:00
twerske
69ca33f4a4
docs: update top level banner styles ( #57503 )
...
PR Close #57503
2024-09-04 17:05:26 +00:00
Angular Robot
102ed0c131
build: update io_bazel_rules_sass digest to 5a7e3f4 ( #57649 )
...
See associated pull request for more information.
PR Close #57649
2024-09-04 17:04:54 +00:00
Andrew Kushnir
f75429d8a8
release: cut the v18.2.3 release
2024-09-04 08:25:39 -07:00
Doug Parker
c91c37728f
release: bump Angular DevTools version to 1.0.18 ( #57585 )
...
PR Close #57585
2024-09-03 10:43:22 -07:00
Matthieu Riegler
de68e049e4
fix(http): Dynamicaly call the global fetch implementation ( #57531 )
...
Instead of using the reference that existing when `FetchBackend` is setup.
fixes #57527
PR Close #57531
2024-09-03 09:10:23 -07:00
Ilia Brahinets
2324d9b15a
docs: Fix 'EnvironmentInjector' description ( #57582 )
...
PR Close #57582
2024-09-03 08:50:05 -07:00
Angular Robot
b494e9b5f7
build: update babel dependencies to v7.25.6 ( #57634 )
...
See associated pull request for more information.
PR Close #57634
2024-09-03 07:52:13 -07:00
Angular Robot
5d7e446ce2
build: update scorecard action dependencies ( #57636 )
...
See associated pull request for more information.
PR Close #57636
2024-09-03 07:51:22 -07:00
Alfredo González
00c0876626
docs(upgrade): change example wording on Input tutorial ( #57625 )
...
PR Close #57625
2024-09-03 07:48:16 -07:00
Matthieu Riegler
9c3aeb99bb
docs(docs-infra): add support for extends/implements on API entries ( #57588 )
...
PR Close #57588
2024-09-03 07:47:25 -07:00
Matthieu Riegler
582aac49a7
refactor(compiler-cli): Add support for inheritance in API extraction ( #57588 )
...
This commit adds the `extends` and `implements` properties to the `ClassEntry` & `InterfaceEntry`
PR Close #57588
2024-09-03 07:47:25 -07:00
Matthieu Riegler
5256016695
docs(docs-infra): fix navigation between API pages ( #57492 )
...
PR Close #57492
2024-08-30 11:12:27 -07:00
Matthieu Riegler
d2d72e369c
docs(docs-infra): Add set of unit tests to the API markdown parsing ( #57492 )
...
PR Close #57492
2024-08-30 11:12:26 -07:00
Matthieu Riegler
641808fa72
docs(docs-infra): Improve styling around API pages ( #57492 )
...
PR Close #57492
2024-08-30 11:12:26 -07:00
Matthieu Riegler
f859d5c156
docs(docs-infra): Improve support for deprecated methods ( #57492 )
...
PR Close #57492
2024-08-30 11:12:26 -07:00
Matthieu Riegler
cbb36fc1ab
docs: ensure the all _ are replaced by slash for API entry urls. ( #57600 )
...
fixes #57599
PR Close #57600
2024-08-30 07:39:37 -07:00
Andrew Kushnir
4d8da40574
Revert "refactor(compiler-cli): extract function overload separatly ( #56489 )" ( #57594 )
...
This reverts commit 37b88a5a98 .
PR Close #57594
2024-08-29 16:21:47 -07:00
David Valentine
614c311a01
docs: update common-router-tasks to include sample dynamic fragment ( #57590 )
...
Remove specific reference to "Tour of Heroes" tutorial and add sample route for use in the example for reference.
Co-authored-by: Andrew Scott <atscott01@gmail.com>
PR Close #57590
2024-08-29 15:20:06 -07:00
Matthieu Riegler
ed91b03e0f
docs: api sub-entries should have / in urls. ( #57593 )
...
`@angular/animations/browser` => `api/animations/browser/xyz`
PR Close #57593
2024-08-29 15:19:00 -07:00
Matthieu Riegler
5007970c3d
docs: revert changes on API entries urls ( #57589 )
...
The name `angular_` shouldn't be included in the URL.
fixes #57587
PR Close #57589
2024-08-29 14:25:27 -07:00
Matthieu Riegler
c068045d69
docs(docs-infra): Add support for cross-links on API pages ( #57346 )
...
PR Close #57346
2024-08-29 13:39:59 -07:00
Matthieu Riegler
9814767d34
refactor(compiler-cli): Add a map of every symbols used inside a package ( #57346 )
...
This commit changes the structure of the API extraction files to include all symbols used inside a package.
The structure is a `Map`, Symbol => package
eg: 'ApplicationRef' => '@angular/core'
PR Close #57346
2024-08-29 13:39:59 -07:00
Matthieu Riegler
93bdbbc812
docs(docs-infra): Add dev-mode only mention for core/global ( #57365 )
...
PR Close #57365
2024-08-29 10:17:35 -07:00
Joey Perrott
07607716d4
ci: use version 13.15.1 of firebase-tools for deployment of doc sites ( #57583 )
...
Use 13.15.1 instead of tracking to latest to prevent unexpected and unbisectable changes.
PR Close #57583
2024-08-29 10:14:43 -07:00
Paul Gschwendtner
d9c1004a35
refactor(migrations): ensure control flow analysis of signal input migration works with all TS versions ( #57566 )
...
Ensures that the control flow analysis version of the signal input works
with all TS versions currently supported.
PR Close #57566
2024-08-29 07:51:39 -07:00
Paul Gschwendtner
bb29c8bbd7
refactor(migrations): cleanup TODOs in signal input migration ( #57566 )
...
Cleans up remaining TODOs in the signal input migration, and other
small clean ups.
PR Close #57566
2024-08-29 07:51:38 -07:00