Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Action options #37

Open
amcdnl opened this issue Feb 24, 2018 · 1 comment
Open

Action options #37

amcdnl opened this issue Feb 24, 2018 · 1 comment

Comments

@amcdnl
Copy link
Owner

amcdnl commented Feb 24, 2018

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.

@lanovoy
Copy link

lanovoy commented Mar 6, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants