tervene-schematics
v4.1.3
Published
NGRX Store entity schematics
Readme
Tervene Schematics
Angular Schematics for automatic code generation of an NgRx Entity.
Installation
Install the Schematics CLI globally (if not already installed):
npm install -g @angular-devkit/schematics-cli
Install Tervene Schematics as a dev dependency:
npm install tervene-schematics --save-dev
Usage
Run the ngrx-entity-advanced schematic:
schematics tervene-schematics:ngrx-entity-advanced
Follow the interactive prompts in your terminal to generate the necessary code.
Updating
Always use the latest version of Tervene Schematics:
npm install tervene-schematics@latest --save-dev
Changelog
4.1.3 fix bad variable name remove unnused imports
4.1.2
Fix infinite loop
Fix stray state
Improve permission selector type checking approach
Fix error handling in load effects
4.1.0
Removed permission handling
