ngrx-actions
ngrx-actions copied to clipboard
NgrxActionsModule nested reducers
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.