amcdnl/ngrx-actions

Reduce createReducer function invocations

amcdnl opened this issue · 0 comments

Currently its REALLY annoying to have to return a function with createReducer inside of it because of AoT.

I think providing our own NgrxActions.forRoot({ foo: FooStore }) would allow us to work around this and just wrap the StoreModule actions.

Need to think more though...