angular/packages/core/primitives
Alex Rickabaugh aff9e36a98 fix(core): linkedSignal.update should propagate errors
Unlike a normal `signal()`, a `linkedSignal()` can be in an error state when
its computation fails. Currently, there's a bug where `linkedSignal.update`
does not account for this error state, and will pass the internal `ERRORED`
`Symbol` as the current value to the updater function.

This commit fixes the issue by having `update()` check and throw the error
instead of calling the updater function.
2026-02-02 12:21:28 -08:00
..
defer feat(core): support IntersectionObserver options in viewport triggers (#64130) 2025-10-09 05:32:21 -07:00
devtools refactor(core): export profile event as enum and move profile_types.ts and framework to shared devtools folder 2025-11-19 15:22:49 -08:00
di refactor(common): Removes unused imports to clean up dependencies 2025-11-06 08:35:28 -08:00
dom-navigation refactor(core): Use the provided Document value rather than global in FakeNavigation 2026-01-08 13:28:18 -08:00
event-dispatch refactor(core): remove unused restriction parameter 2026-01-28 20:54:46 +00:00
signals fix(core): linkedSignal.update should propagate errors 2026-02-02 12:21:28 -08:00