web-state-ngrx-signalstore

Installation
SKILL.md

NgRx SignalStore Patterns

Quick Guide: A SignalStore is an Angular service assembled from features — withState, withComputed, withMethods, withHooks — applied in that order, since each one sees only what came before it. Every update goes through patchState; state is protected from outside writes from v18 and deep-frozen in development from v19, which is why a FormGroup or any other mutable object belongs in withProps rather than in state.

Detailed Resources:


Which path applies

Installs
29
GitHub Stars
24
First Seen
Apr 7, 2026
web-state-ngrx-signalstore — agents-inc/skills