How to get typescript compilation error on signal variable from ngrx selectSignal function?
I am using ngrx selectSignal()
to select a state slice of my ngrx store. It returns a Signal
of my object instead of an Observable
. So far so good.
@ngrx/signals Store methods in separate file
I’m just starting to learn ngrx signals and one thing that struck me is that a “store” file could become quite large, quite quickly so ideally I would like to break it into separate parts.
Angular @ngrx/signals SignalStore not working when used inside a library in workspace
when using the signal store inside a library and use a nested object we have this errror: