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:

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