MCPcopy Create free account
hub / github.com/ngrx/platform / FeatureModule

Class FeatureModule

modules/effects/spec/effects_feature_module.spec.ts:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152class FeatureEffectsModule {}
153
154@NgModule({
155 imports: [FeatureEffectsModule, StoreModule.forFeature(FEATURE_KEY, reducer)],
156})
157class FeatureModule {}
158
159@NgModule({
160 imports: [StoreModule.forRoot({}), EffectsModule.forRoot([]), FeatureModule],

Callers

nothing calls this directly

Calls 1

forFeatureMethod · 0.45

Tested by

no test coverage detected