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
@ngrx/store allows selecting up to 8 pieces of state with with the createSelector function. If Component Store supported 8 as well, it would be a huge improvement.
Please support combining of more than 4 selectors
@ngrx/store allows selecting up to 8 pieces of state with with the createSelector function. If Component Store supported 8 as well, it would be a huge improvement.
https://ngrx.io/guide/store/selectors#using-selectors-for-multiple-pieces-of-state
Describe any alternatives/workarounds you're currently using
Tediously nested selectors:
If accepted, I would be willing to submit a PR for this feature
The text was updated successfully, but these errors were encountered: