Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
provideEffects
Function · 0.45
constructor
Method · 0.45
effect_sources.spec.ts
File · 0.45
integration.spec.ts
File · 0.45
initializeEntityDataEffects
Function · 0.45
Calls
1
next
Method · 0.65
Tested by
no test coverage detected