StoreModule.forFeature should accept injection token
karptonite opened this issue · 3 comments
karptonite commented
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.
juliekoubova commented
hello, is is there any chance this would get released soon? it's kind of blocking me 😢
karptonite commented
I believe that this was added in 4.0.2: https://github.com/ngrx/platform/blob/master/modules/store/CHANGELOG.md#402-2017-08-02
juliekoubova commented
ok i should be able just "as any" my way until this gets released 😄
38b2f95