ngrx-actions
ngrx-actions copied to clipboard
Action options
Update Action signature to be like:
@Action(MyAction, { update: boolean });
@Action([MyAction, MyAction2], { update: boolean });
@Action('MY_ACTION')
update would be optional to spread the existing.
I love the idea of ngrx-actions but I really dislike the aspect that Action reducers are not a pure functions anymore.