This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Jun 11, 2025
-
-
Pawel Kozlowski authored
-
Pawel Kozlowski authored
-
hawkgs authored
Due to `resource()` not retaining its value while there is a request in progress, the results list flickers. The new `searchResults` signal retains that previous value until the request is completed. PR Close #61935
-
Angular Robot authored
See associated pull request for more information. PR Close #61996
-
Bernie Telles authored
Without adding the RouterLink import to the component, users won't be able to use the routerLink directive. PR Close #61965
-
Angular Robot authored
See associated pull request for more information. PR Close #61942
-
Angular Robot authored
See associated pull request for more information. PR Close #61953
-
Andrew Kushnir authored
This reverts commit dbdfc2a9. PR Close #61995
-
Angular Robot authored
See associated pull request for more information. PR Close #61957
-
hawkgs authored
Due to `resource()` not retaining its value while there is a request in progress, the results list flickers. The new `searchResults` signal retains that previous value until the request is completed. PR Close #61935
-
Joey Perrott authored
Update to the latest sha of the dev-infra actions PR Close #61990
-
Milo authored
fixes a few lint errors when including devtools in g3 PR Close #61966
-
Elab4d1 authored
PR Close #61988
-
Theodore Brown authored
We defer the update until after rendering is complete for two reasons: first, to avoid repeatedly calling `writeValue` on every option element until we find the selected one (could be the very last element). Second, to ensure that we perform the write after the DOM elements have been created (this doesn't happen until the end of change detection when animations are enabled). This is needed to efficiently set the select value when adding/removing options. The previous approach resulted in exponentially more `_compareValue` calls than the number of option elements (issue angular#41330). Finally, this PR fixes an issue with delayed element removal when using the animations module (in all browsers). Previously when a selected option was removed (so no option matched the ngModel anymore), Angular changed the select element value before actually removing the option from the DOM. Then when the option was finally removed from the DOM, the browser would change the select value to that of the first option, even though it didn't match the ngModel (issue angular#18430). Note that this is still somewhat of an application problem when using `ngModel`. The model value still needs to be updated to a valid value when the selected value is deleted or it will be out of sync with the DOM. Fixes #41330, fixes #18430. PR Close #61949
-
hawkgs authored
Add aria-labels to the buttons that have an icon-only content. PR Close #61981
-
Joey Perrott authored
Use zone.js from npm isntead of from the repo going forward PR Close #61977
-
Carolina authored
PR Close #61763
-
- Jun 10, 2025
-
-
Angular Robot authored
See associated pull request for more information. PR Close #61959
-
Andrew Scott authored
This ensures that test functions with arguments (e.g. `it.each` in jest) are forwarded to the test function. This does not apply to jasmine, which assumes the only arguments needed would be the `done` function. fixes #61717 PR Close #61755
-
hawkgs authored
Add overrides for the default background colors of some the Material components currently in use by Devtools. Most likely a regression by a recent Material version bump. PR Close #61969
-
Milo authored
add a new devtools field in SupportedApis to check if the getSignalGraphApi exists PR Close #61915
-
arturovt authored
This commit adds the ability to set the decoding attribute in NgOptimizedImage. It proxies the binding onto the host image element. If no binding is provided, it defaults to "auto", which matches the browser's default behavior. This approach avoids any breaking changes resulting from the update. PR Close #61905
-
aldillek authored
By adding these checks, we can find scenarios where a signal was expected to be called but wasn't. PR Close #59970
-
- Jun 07, 2025
-
-
Joey Perrott authored
Use zone from npm for modules testing PR Close #61947
-
Joey Perrott authored
Use zone from npm for integration tests PR Close #61947
-
Joey Perrott authored
Rely on zone.js from the npm managed version instead of the locally built copy PR Close #61947
-
Joey Perrott authored
Add zone.js as an npm based dependency PR Close #61947
-
Andrew Scott authored
PR Close #61945
-
Joey Perrott authored
Use the pull-request-labeling action which replaced the commit-message-based-labeling action. PR Close #61938
-
hawkgs authored
Add history of searches to the search dialog of A.dev. PR Close #61866
-
Andrew Kushnir authored
-
- Jun 06, 2025
-
-
Jessica Janiuk authored
This reverts commit f8c1b6e7. PR Close #61923
-
Taygan Caldwell authored
Delete createSignalTuple because it is no longer needed. creatSignal has the same behavior. PR Close #61907
-
Abhideep authored
PR Close #61876
-
Matthieu Riegler authored
PR Close #61926
-
Paul Gschwendtner authored
The reveal answer button accidentally loads files into the embedded editor that aren't properly relativized. This ends up switching the currently open file to a different file, unexpectedly. In addition, due to the incorrect paths, files like `favicon.ico` end up being loaded in the embedded editor; resulting in a bad experience as the images are shown as plain text. PR Close #61925
-
Matthieu Riegler authored
This allow the console to be entirly visible without scrolling to the bottom of the page. PR Close #61924
-
Milo authored
this enables devtools to preview and expand signal values as trees PR Close #61917
-
Milo authored
add dynamic-green-02 and dynamic-blue-02 PR Close #61918
-
Angular Robot authored
See associated pull request for more information. PR Close #61910
-