@zarclays/zgap-angular-ngrx
v0.2.8
Published
[](https://www.npmjs.com/package/@zarclays/zgap-angular-ngrx) [](https://travis-ci.org/airgap-it/zgap
Readme
@zarclays/zgap-angular-ngrx
@zarclays/zgap-angular-ngrx extends @zarclays/zgap-angular-core providing NgRx support for its components.
Requirements
Please check peerDependencies in package.json to see what dependencies are required for this library.
Install
$ npm install --save @zarclays/zgap-angular-ngrxDevelopment
Requirements
Make sure you have statisfied the following requirements before building or testing the project:
npm >= 6Build
Before building the library make sure you have installed the root project dependencies. If not, run:
$ cd ../..
$ npm install
$ cd packages/ngrxTo build the ngrx library run:
$ npm run buildRun Tests
Before running the tests make sure you have installed the root project dependencies. If not, run:
$ cd ../..
$ npm install
$ cd packages/ngrxTo run tests for the ngrx library run:
$ npm run test