<!-- ❤️ ngrx? Please consider supporting our collective: 👉 [donate](https://opencollective.com/ngrx/donate) --> <!-- Please search GitHub for a similar request before submitting a new request --> Follow up to #1480 1. Adds an `actionCreators` option to the `action`, `feature`, `entity` schematics that uses the new action creator functions instead of classes 2. The actionCreators 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
Follow up to #1480
actionCreatorsoption to theaction,feature,entityschematics that uses the new action creator functions instead of classesfilesintact.