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

Class FeatModuleWithForFeature

modules/effects/spec/integration.spec.ts:494–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 class FeatModuleWithEmptyForRoot {}
493
494 @NgModule({
495 imports: [
496 EffectsModule.forFeature([FeatEffectFromLazyLoadedModuleWithInitAction]),
497 // should not be loaded because it's already loaded in forRoot
498 EffectsModule.forFeature([FeatEffectWithInitAction]),
499 ],
500 })
501 class FeatModuleWithForFeature {}
502});

Callers

nothing calls this directly

Calls 1

forFeatureMethod · 0.45

Tested by

no test coverage detected