Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.80
provideEffects
Function · 0.80
effect_sources.spec.ts
File · 0.80
Calls
2
subscribe
Method · 0.80
toActions
Method · 0.80
Tested by
no test coverage detected