reduxjs / angular-redux

Official Angular bindings for Redux
MIT License
61 stars 6 forks source link

feat: Support `ng add` #7

Closed crutchcorn closed 2 weeks ago

crutchcorn commented 2 weeks ago

This PR adds support to run:

ng add @reduxjs/angular-redux

With a few options and docs on those options in the README.md file

Lots of this code and docs comes from NgRx. A huge thank you to their team for leading the way on this stuff!