Marko Stanimirović

Results 35 issues of Marko Stanimirović

### Which @ngrx/* package(s) are relevant/related to the feature request? signals ### Information To perform side effects on signal changes, Angular provides the `effect` function: ```ts import { signal, effect...

Project: Signals

### Which @ngrx/* package(s) are relevant/related to the feature request? signals ### Information This feature request suggests adding another SignalStore base feature - `withProps`. It would allow static properties or...

Project: Signals

### Information Standalone APIs have been stable since Angular v16, and we should update the `@ngrx/store-devtools` documentation to use standalone APIs by default, and reference previous versions of the docs...

Project: Store Devtools
Comp: Docs
Accepting PRs
community watch

### Information Standalone APIs have been stable since Angular v16, and we should update the `@ngrx/effects` documentation to use standalone APIs by default, and reference previous versions of the docs...

Project: Effects
Comp: Docs
Accepting PRs
community watch

### Information The `example-app` project from the NgRx monorepo currently uses modules and should be refactored to standalone APIs. ### Documentation page https://github.com/ngrx/platform/tree/main/projects/example-app ### I would be willing to submit...

Comp: Docs
Accepting PRs
community watch

### Which @ngrx/* package(s) are relevant/related to the feature request? signals ### Information This RFC suggests introducing the `unprotected` function that would be exported from `@ngrx/signals/testing`. It would allow updating...

Project: Signals

### Which @angular/* package(s) are relevant/related to the feature request? core ### Description There are cases when we want to (synchronously) track all value changes of a signal. For instance,...

area: core
core: reactivity
cross-cutting: signals

### Which @ngrx/* package(s) are relevant/related to the feature request? signals ### Information Provide the ability to return computation functions from `withComputed` callback in addition to signals to reduce repetitive...

Project: Signals
Core/Collaborators Work

### Which @ngrx/* package(s) are relevant/related to the feature request? signals ### Information Add the `withLinkedState` feature to enable `linkedSignal`-like behavior for NgRx SignalStore. The `withLinkedState` feature would accept a...

Breaking Change
Project: Signals
Core/Collaborators Work

### Which @ngrx/* package(s) are relevant/related to the feature request? signals ### Information Currently, all events are dispatched using the globally provided `Dispatcher`. However, there are at least two scenarios...

Project: Signals
Core/Collaborators Work