0.0.1 • Published 5 years ago

ngrx-poly v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

ngrx-poly

npm npm Build status Maintenance

NgRx Poly is a set of utilities for reducing boilerplate when working with NgRx. Everything is created with factories and generics, reducing thousands of lines of action, effect, and reducer code. Best of all, it's extendable - you can add your own actions, effects, and reducer calls just like you'd expect to be able to.

Installation

This package is on NPM, so just run

$ npm install ngrx-poly@latest --save

Usage

Documentation coming soon.

Development

To run live testing: ng test

To run tests: npm test

To run distribution: npm run build:dist

To publish npm run build:dist && npm publish dist