Ng Signal Store

Manage genuinely shared, multi-consumer state with @ngrx/signals SignalStore (withState / withComputed / withMethods / withEntities / rxMethod). Use when state must be shared across several components or routes and the user mentions state management, shared state, a store, NgRx, or SignalStore. Guard – prefer a local signal() / computed() or a signals-based service first; reach for a store only when state is truly shared. If @ngrx/signals is not in package.json, installation is a gated, explicit step.

L-X-T Updated

File contents

L-X-T/ng-agentic-skills/tree/main/.agents/skills/ng-signal-store commit b11374eaa9

Frequently asked questions

npx skillmds@latest add l-x-t/ng-signal-store