EntitiesStateHistory hasPast #335
Unanswered
csanad-msoft
asked this question in
Q&A
Replies: 2 comments 12 replies
-
There is no such functionality. API was inspired with Akita API. If I make |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to get a boolean (or boolean Observable) which indicates if my entitiesStateHistory has past without giving in an id?
I saw that the EntitiesStateHistory has a hasPast(id) function, but it asks for an id. Is there any method which checks my whole entityState for modifications not only the entity which for I have the id provided?
I'm searching for something like the functions which the stateHistory has but for the entitiesStateHistory, for example:
hasPast or hasPast$
Beta Was this translation helpful? Give feedback.
All reactions