Installation
To get started, install the package using npm or yarn:
npm i @briebug/ngrx-auto-entity@~0.2yarn add @briebug/ngrx-auto-entity@~0.2Requirements
The following peer requirements must also be installed when using NgRx Auto Entity:
Module
Minimum Required Version
@angular/common
8.0.0
@angular/core
8.0.0
@ngrx/effects
8.0.0
@ngrx/store
8.0.0
rxjs
6.0.0
npm i @angular/{common,core}@^8.0 @ngrx/{effects,store}@^8.0 rxjs@^6yarn add @angular/{common,core}@^8.0 @ngrx/{effects,store}@^8.0 rxjs@^6Last updated