Installation
To get started, install the package using npm or yarn:
npm i @briebug/ngrx-auto-entity@~0.2
yarn add @briebug/ngrx-auto-entity@~0.2
Requirements
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@^6
yarn add @angular/{common,core}@^8.0 @ngrx/{effects,store}@^8.0 rxjs@^6
Last updated