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

Method addEffects

modules/effects/src/effect_sources.ts:42–44  ·  view source on GitHub ↗
(effectSourceInstance: any)

Source from the content-addressed store, hash-verified

40 }
41
42 addEffects(effectSourceInstance: any): void {
43 this.next(effectSourceInstance);
44 }
45
46 /**
47 * @internal

Callers 5

provideEffectsFunction · 0.45
constructorMethod · 0.45

Calls 1

nextMethod · 0.65

Tested by

no test coverage detected