vladboisa
893886dfb5
docs: add tools/extensions of started tutorial ( #58416 )
...
PR Close #58416
2024-11-22 20:30:07 +00:00
Andrew Kushnir
834c7c3ccc
fix(core): make component id generation more stable between client and server builds ( #58813 )
...
For components with i18n in templates, the `consts` array is generated by the compiler as a function. If client and server bundles were produced with different minification configurations, the serializable contents of the function body would be different on the client and on the server. This might result in different ids generated. To avoid this issue, this commit updates the logic to not take the `consts` contents into account if it's a function.
Resolves #58713 .
PR Close #58813
2024-11-22 19:36:50 +00:00
NothingEverHappens
4f2df5bcb5
docs: update prettier link to the correct one ( #58757 )
...
PR Close #58757
2024-11-22 19:33:08 +00:00
sp90
2211cc34e1
docs: add missing ng update material command to v19 update guide ( #58770 )
...
PR Close #58770
2024-11-22 19:32:29 +00:00
Ricardo
e294ca8e09
docs: fix RxJS interop typo ( #58823 )
...
PR Close #58823
2024-11-22 16:14:28 +00:00
Angular Robot
843c34f38a
build: update bazel setup ( #58102 )
...
See associated pull request for more information.
PR Close #58102
2024-11-22 15:37:09 +00:00
Angular Robot
bd5ac61abf
build: update dependency typescript to v5.6.3 ( #58458 )
...
See associated pull request for more information.
PR Close #58458
2024-11-22 15:32:50 +00:00
Angular Robot
317f41e076
build: update dependency ngx-progressbar to v13 ( #58822 )
...
See associated pull request for more information.
Closes #58696 as a pr takeover
PR Close #58822
2024-11-22 15:32:10 +00:00
Alan Agius
7fd034e13f
build: remove unused patch ( #58821 )
...
This commit removes an unused patch
PR Close #58821
2024-11-22 14:56:23 +00:00
Alan Agius
b562421193
build: correct ignore nested node_modules ( #58821 )
...
The commit updates both Git and Bazel ignore config to ingore nested node_modules
PR Close #58821
2024-11-22 14:56:23 +00:00
Alan Agius
1e11d0ced5
build: fix path of @angular/ssr package ( #58821 )
...
The path was incorrect
PR Close #58821
2024-11-22 14:56:23 +00:00
Angular Robot
aca8cc0e16
build: lock file maintenance ( #58711 )
...
See associated pull request for more information.
PR Close #58711
2024-11-22 14:46:21 +00:00
Melroy van den Berg
70020e9eba
docs: Fix automatically typo ( #58808 )
...
PR Close #58808
2024-11-22 14:45:49 +00:00
Melroy van den Berg
a3857fa4a3
docs: Fix more typos. ( #58809 )
...
PR Close #58809
2024-11-22 14:44:44 +00:00
ahmadhakeem18
40e210858a
docs(docs-infra): remove the usage of the deprecated core mixin as it's no-op ( #58812 )
...
PR Close #58812
2024-11-22 14:44:10 +00:00
ahmadhakeem18
292147b42d
docs(docs-infra): fix visually-hidden elements style ( #58812 )
...
import visually-hidden styles from CDK as the new version of Angular material no more do that inside the deprecated core mixin
PR Close #58812
2024-11-22 14:44:10 +00:00
Dany Marques
de88519709
docs: signal has to be called ( #58816 )
...
PR Close #58816
2024-11-22 14:43:39 +00:00
Melroy van den Berg
21ac592310
docs: Fix typo in standalone section of Anatomy of a component ( #58807 )
...
PR Close #58807
2024-11-22 14:43:02 +00:00
Jesús Real Serrano
753e6f49e1
docs: update resource.md ( #58795 )
...
PR Close #58795
2024-11-22 14:42:29 +00:00
mgechev
cc239e3db7
docs: update front page banner to link to the blog ( #58803 )
...
The blog post now has the release event embedded.
Link to the blog for a more comprehensive overview
PR Close #58803
2024-11-22 14:41:53 +00:00
Jessica Janiuk
bd08d1ddac
fix(core): Prevents race condition of cleanup for incremental hydration ( #58722 )
...
When hydrating a tree of blocks, this prevents cleanup from firing more than once per tree. It also ensures the cleanup happens after hydration has finished.
fixes : #58690
PR Close #58722
2024-11-21 21:39:37 +00:00
Younes Jaaidi
1fe001e18b
fix(migrations): fix provide-initializer migration when using useFactory ( #58518 )
...
Priori to this commit, initializer functions with dependencies were not migrated correctly.
With this commit, the function is executed in a injection context to allow the usage of `inject`.
PR Close #58518
2024-11-21 20:59:35 +00:00
Ryan Russell
3fc14ecc81
fix(migrations): Mark hoisted properties as removed in inject migration ( #58804 )
...
Before, in a situation like shown in the test, all of the initializers
would be dropped, as the code would try to insert it at the hoisted
property which is going to be deleted.
PR Close #58804
2024-11-21 20:58:26 +00:00
ahmadhakeem18
b46ac88a56
docs(docs-infra): fix the hovering animation of banner text and make the action on the parent ( #58775 )
...
PR Close #58775
2024-11-21 20:55:46 +00:00
ahmadhakeem18
66ef77fb5c
docs(docs-infra): show the top-level banner on top of all the elements ( #58775 )
...
Starting from Tablet-landscape siz display the banner on top of all the
elements, and for smaller sizes display it under the nav to make it
accessible to users
PR Close #58775
2024-11-21 20:55:46 +00:00
ahmadhakeem18
845e0c18c7
docs(docs-infra): fix top-level banner styles and make it responsive ( #58775 )
...
PR Close #58775
2024-11-21 20:55:45 +00:00
Paweł Maniecki
3e7cb2cfe1
docs: fix 404 link in roadmap ( #58791 )
...
https://angular.dev/guide/components/output-fn does not exist, change to https://angular.dev/guide/components/outputs
PR Close #58791
2024-11-21 16:44:10 +00:00
JoostK
21f757c1c4
fix(core): correctly perform lazy routes migration for components with additional decorators ( #58796 )
...
This fixes an issue where the lazy-routes migration would crash for component classes a
decorator without arguments in front of the `@Component` decorator (in particular, it needed
to be the first decorator).
Fixes #58793
PR Close #58796
2024-11-21 16:43:30 +00:00
Kristiyan Kostadinov
cebf2555e7
refactor(forms): work around another TypeScript 5.7 issue ( #58782 )
...
Reworks the changes from #58731 , because they didn't cover all use cases.
PR Close #58782
2024-11-21 16:36:15 +00:00
Kristiyan Kostadinov
7eeae9f170
refactor(core): adjust tracing service ( #58771 )
...
Adjusts the tracing service based on internal requirements.
PR Close #58771
2024-11-21 16:34:53 +00:00
Alex Rickabaugh
d27f97ddab
refactor(core): introduce TracingService for snapshot-based tracing ( #58771 )
...
This commit introduces a private API, the `TracingService` DI token. By
providing this token, Angular can be configured to capture tracing snapshots
for certain operations such as change detection notifications, and to run
downstream operations within the context of those snapshots.
`TracingService` abstracts this context propagation and makes it pluggable.
PR Close #58771
2024-11-21 16:34:53 +00:00
Angular Robot
5b75d751cb
build: update cross-repo angular dependencies ( #58778 )
...
See associated pull request for more information.
PR Close #58778
2024-11-21 16:33:43 +00:00
Alan Agius
0b634b82cd
docs: minor updates to hybrid rendering docs ( #58797 )
...
Fix typos and some minor things
PR Close #58797
2024-11-21 16:31:40 +00:00
Joey Perrott
d646d8b9b6
ci: update to latest actions from angular/dev-infra ( #58799 )
...
Update to latest commit
PR Close #58799
2024-11-21 15:01:39 +00:00
voi99
7cb97fb1bf
docs(compiler): add strictStandalone option to angular compiler options ( #58785 )
...
PR Close #58785
2024-11-20 22:07:35 +00:00
Angular Robot
4b58ef6124
build: update io_bazel_rules_sass digest to 35b1c32 ( #58674 )
...
See associated pull request for more information.
PR Close #58674
2024-11-20 21:19:31 +00:00
Joey Perrott
6a4c5520f1
ci: set up perf tracking CI job ( #58779 )
...
Set up perf tracking CI job to run on each commit to main branch
PR Close #58779
2024-11-20 21:16:22 +00:00
Angular Robot
753298b486
build: update github/codeql-action action to v3.27.5 ( #58730 )
...
See associated pull request for more information.
PR Close #58730
2024-11-20 21:15:30 +00:00
Angular Robot
2cef60d207
build: update all non-major dependencies ( #58729 )
...
See associated pull request for more information.
PR Close #58729
2024-11-20 21:11:32 +00:00
Joey Perrott
d163c8f8f3
ci: update to latest actions from angular/dev-infra ( #58781 )
...
Update to latest commit
PR Close #58781
2024-11-20 11:58:14 -08:00
Angular Robot
985bcb436e
build: update dependency @types/diff to v6 ( #58426 )
...
See associated pull request for more information.
PR Close #58426
2024-11-20 08:54:48 -08:00
Mark Axisa
6ad30593b9
docs(core): add descriptive usage line for projectableNodes param in createComponent docs ( #58727 )
...
PR Close #58727
2024-11-20 08:12:32 -08:00
Charles Lyding
67a4a7b27e
refactor(language-service): reuse code fixes map for has fix check ( #58759 )
...
The error codes that have fixes are present in a Map instance and
can be directly leveraged to determine if an error code can be fixed.
This avoids multiple levels of iteration that would otherwise be needed.
PR Close #58759
2024-11-20 08:10:15 -08:00
Kristiyan Kostadinov
e4c50b3bea
feat(common): expose component instance in NgComponentOutlet ( #58698 )
...
Exposes the current instance of the component in the `NgComponentOutlet` directive.
PR Close #58698
2024-11-20 08:08:21 -08:00
Kristiyan Kostadinov
18991d3210
fix(migrations): handle parameters with initializers in inject migration ( #58769 )
...
Adds some logic to the `inject()` migration that allows is to handle parameter declarations with initializers. This was omitted initially, because we don't officially support such cases, but it came up internally.
PR Close #58769
2024-11-20 08:07:39 -08:00
aboudard
466d557983
docs: add missing ng update command to v19 update guide ( #58762 )
...
This change adds the command to run when updating angular project from v18 to v19
PR Close #58762
2024-11-19 17:36:25 -08:00
Matthieu Riegler
1455558d7a
docs(docs-infra): have a redirect for guide/components/anatomy-of-components ( #58750 )
...
fixes #58746
PR Close #58750
2024-11-19 16:52:28 -08:00
Angular Robot
71549dd461
build: update cross-repo angular dependencies ( #58666 )
...
See associated pull request for more information.
PR Close #58666
2024-11-19 16:51:40 -08:00
Jeremy Elbourn
0f2b0712c6
docs: add details on how @defer loads deps ( #58763 )
...
PR Close #58763
2024-11-19 16:34:36 -08:00
Jeremy Elbourn
7bd3f77228
docs: update titles for resource and linkedSignal ( #58761 )
...
This change updates the navigation titles for linkedSignal and resource
to follow the pattern of "<accomplish X> with <feature Y>". Also makes a
few minor updates to the body of the resource topic.
PR Close #58761
2024-11-19 16:33:52 -08:00