amcdnl/ngrx-actions

NgrxActionsModule nested reducers

Bielik20 opened this issue · 0 comments

Hello, is there a feature that would allow nesting reducers using NgrxActionModule forRoot/forFeature?

Example would look like that:

NgrxActionsModule.forRoot({
  levelA: {
    levelB: {
      myReducer: MyStore
    }
  }
})

Thank you in advance.