Pawel Kozlowski

Results 29 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

This is a version of https://github.com/angular/angular/pull/60548 for DI events

action: cleanup
area: core
target: major

Initial version of the documentation describing integration with the Chrome DevTools performance panel.

action: review
area: docs
adev: preview

### Which @angular/* package(s) are relevant/related to the feature request? core ### Description By default a signal comes equipped with a generic `.set` / `.update` methods. However, many signals used...

area: core
canonical
core: reactivity
cross-cutting: signals