schematics
schematics copied to clipboard
:wrench: Schematics for @ngxs/store
I tried this on a new clean Angular 13 app, but I get an error after I try **ng add @ngxs/schematics:** Skipping installation: Package already installed An unhandled exception occurred:...
Updated to NG 11 and made the schematic work like other angular schematics with updating app.module.ts or lib.module.ts and creating new files under the correct path `/stateName/state-name.state` or `/state-name.state` I...
## I'm submitting a... [ x] Bug report ## Current behavior have `"style":"scss"` in `angular.json` ``` "schematics": { "@schematics/angular:component": { "style": "scss" } }, ``` and ``` "cli": { "defaultCollection":...
## I'm submitting a... - [ ] Regression (a behavior that used to work and stopped working in a new release) - [ ] Bug report - [ ] Performance...
## I'm submitting a... ``` [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x]...
## I'm submitting a... ``` [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x]...
1. in [monorepo](https://github.com/xmlking/ngx-starter-kit) setup, when `--project` is provided, schematics should derive `sourceRoot` and `projectType` from `angular.json` for that project. ```bash ng g @ngxs/schematics:store --name=store/auth --spec --project=auth -d ``` should generate:...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [X] Feature...
Add `@ngxs/schematics` documentation in https://github.com/ngxs/store/tree/master/docs/plugins