Pawel Kozlowski
Pawel Kozlowski
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description Effects won't execute if created in a component that is detached...
The SecondaryNavigation component was updating state outside of an event handler without notifying about this change. Modeling state as signal should take care of proper UI updates (note that I...
This is part of #55554 targeting the main branch. The commit in question was reverted in main since it requires a G3 patch cleanup.
### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? Yes ### Description We are seeing regression between those 2 runs:...
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description Consider the example injection of the `ElementRef` with a specified generic...
This change introduces the new reactive primitive: linkedSignal. A linkedSignal represents state (hence the signal in the name) that is reset based on the provided computation. Conceptually it is a...