@ngrx/schematics

Schematics is dependent on all of the libraries you can possibly use with NgRx; it's therefore a good idea to start out by installing these libraries before we do anything else. Just type the following:

npm install @ngrx/effects --savenpm install @ngrx/entity --savenpm install @ngrx/store --savenpm install @ngrx/store-devtools

Schematics itself is a library that Angular-CLI uses to generate different constructs needed for  Angular development, such as components services, filters, and much more. @ngrx/schematics provides blueprints to schematics so you can get help generating constructs that you need when working with NgRx, in other words it makes development a lot faster. You can get help with generating the following things: ...

Get Architecting Angular Applications with Redux, RxJS, and NgRx now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.