ngrx-poly
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ngrx-poly

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

622 kB

Total Files

94

Last publish

Collaborators

  • wbhob