ngrx/platform

StoreModule.forFeature should accept injection token

karptonite opened this issue · 3 comments

See issue #116. The problem with AOT and reducers that are created by factories also exists for reducers imported in feature modules. However, the forFeature method lacks the handling for injector tokens that are present in forRoot. It seems like a similar approach should be added to forFeature.

hello, is is there any chance this would get released soon? it's kind of blocking me 😢

ok i should be able just "as any" my way until this gets released 😄
38b2f95