schematics icon indicating copy to clipboard operation
schematics copied to clipboard

:wrench: Schematics for @ngxs/store

Results 13 schematics issues
Sort by recently updated
recently updated
newest added

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...

## Feature Request ``` $ ng g ngxs-schematics:store folder/test_state --spec [CREATE] ./app/folder/test_state.state.ts [CREATE] ./app/folder/test_state.actions.ts [CREATE] ./app/folder/test_state.state.spec.ts [UPDATE] ./app/app.module.ts ``` ### Desired behavior Proper storage generation

enhancement

![image](https://user-images.githubusercontent.com/12021443/47901997-5821c600-de92-11e8-8ef8-85a4ad40fb6c.png)

wontfix