Getting a “Cannot read properties of null (reading ‘destroyed’)” on a store Dispatch
I’m using Angular 17 with Ngrx
Dynamic Types in ngrx SignalStore with Entities
I need to store different types of controls (Buttons, Inputs, …) in a Statemanagement. I would like to use the ngrx SignalStore with Entity Management for that.