Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schematics: add schematics for reducer creators #1764

Closed
brandonroberts opened this issue Apr 17, 2019 · 0 comments · Fixed by #1785
Closed

Schematics: add schematics for reducer creators #1764

brandonroberts opened this issue Apr 17, 2019 · 0 comments · Fixed by #1785

Comments

@brandonroberts
Copy link
Member

Follow up to #1480

  1. Adds an reducerCreators option to the reducer, feature, entity schematics that uses the new reducer creator functions instead of switch case
  2. The reducerCreators flag will use a different set of files for scaffolding. This keeps our current structure with files intact.
  3. Adds tests to verify the behavior of the previously mentioned schematics
  4. Also needs to handle registering a feature reducer with a generated reducer wrapped in an exported function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant