ngxs-labs / entity-state

⏱ WIP: Entity adapter
48 stars 12 forks source link

feat: action handlers #81

Closed JanMalch closed 5 years ago

JanMalch commented 5 years ago

Adds action handlers:

Does not implement ofEntityActionCanceled as the entity state class does not provide cancellable actions.


Closes #55

markwhitfeld commented 5 years ago

@JanMalch Given the fact that 3.4 is now out you should probably also add an ofEntityActionCompleted handler to shadow the new ofActionCompleted handler.