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

Method start

modules/effects/src/effects_runner.ts:20–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 ) {}
19
20 start() {
21 if (!this.effectsSubscription) {
22 this.effectsSubscription = this.effectSources
23 .toActions()
24 .subscribe(this.store);
25 }
26 }
27
28 ngOnDestroy() {
29 if (this.effectsSubscription) {

Callers 3

constructorMethod · 0.80
provideEffectsFunction · 0.80

Calls 2

subscribeMethod · 0.80
toActionsMethod · 0.80

Tested by

no test coverage detected