Marko Stanimirović
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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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,...
### 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...
### 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...
### 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...