Add overload support for StoreModule.forFeature({ name, reducer }) · Issue #2809 · ngrx/platform
Proposal I propose a new overload signature of StoreModule.forFeature(). StoreModule.forFeature({ name, reducer }); Motivation The interface {name, reducer} is compatible with the Slice type from R...