amcdnl/ngrx-actions

Action options

amcdnl opened this issue · 1 comments

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.