Do 'createSelector' can access to the previous value of the state inside the function ? #4351
Unanswered
iamAravindks
asked this question in
Q&A
Replies: 1 comment
-
Selectors themselves do not have access to previous values. What's the use case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which @ngrx/* package(s) are relevant/related to the feature request?
data, store
Information
I intend to capture the previous state within the createSelector or similar functionality. How can I achieve this? I couldn't find any relevant information. Would anyone be able to help me with this?
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
Beta Was this translation helpful? Give feedback.
All reactions