@nrwl/angular:ngrx
Adds NgRx support to an application or library.
Usage
nx generate ngrx ...
By default, Nx will search for ngrx
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/angular:ngrx ...
Show what will be generated without writing to disk:
nx g ngrx ... --dry-run