Pawel Kozlowski

Results 26 issues of 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...

area: core
core: change detection
core: reactivity
cross-cutting: signals

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...

action: merge
target: patch
area: adev

This is part of #55554 targeting the main branch. The commit in question was reverted in main since it requires a G3 patch cleanup.

action: review
area: core
merge: caretaker note

### 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:...

area: performance

### 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...

area: core
core: di
cross-cutting: types
P3
bug

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...

area: core
target: minor
detected: feature