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

Class FeatModuleWithForRoot

modules/effects/spec/integration.spec.ts:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482 class SomeEffect {}
483
484 @NgModule({
485 imports: [EffectsModule.forRoot([SomeEffect])],
486 })
487 class FeatModuleWithForRoot {}
488
489 @NgModule({
490 imports: [EffectsModule.forRoot([])],

Callers

nothing calls this directly

Calls 1

forRootMethod · 0.45

Tested by

no test coverage detected