ngrx-actions icon indicating copy to clipboard operation
ngrx-actions copied to clipboard

Action options

Open amcdnl opened this issue 7 years ago • 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.

amcdnl avatar Feb 24 '18 21:02 amcdnl

I love the idea of ngrx-actions but I really dislike the aspect that Action reducers are not a pure functions anymore.

lanovoy avatar Mar 06 '18 11:03 lanovoy