You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use a SignalStore whose state type uses union and/or recursive types but as ngrx withComputed destructures the state type into multiple signals, I can't access anything.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to use a
SignalStore
whose state type uses union and/or recursive types but as ngrxwithComputed
destructures the state type into multiple signals, I can't access anything.Is it possible for
withComputed
to receive the whole state (as aSignal<Entries>
) instead of a destructured one (which yields nothing in my case)?Beta Was this translation helpful? Give feedback.
All reactions