main.ts:12 NullInjectorError: R3InjectorError(AppModule)[StoreFeatureModule -> ReducerManager -> ReducerManager -> ReducerManager] code example
Example: no provider for reducermanager
imports: [
StoreModule.forRoot({}),
StoreModule.forFeature('filter-app', filterReducer)
]