Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ getActiveConsumer
Function
getActiveConsumer
packages/core/primitives/signals/src/graph.ts:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
export
function
getActiveConsumer(): ReactiveNode | null {
49
return
activeConsumer;
50
}
51
52
export
function
isInNotificationPhase(): boolean {
53
return
inNotificationPhase;
Callers
10
constructor
Method · 0.90
ngOnDestroy
Method · 0.90
constructor
Method · 0.90
reactive_safety_spec.ts
File · 0.90
constructor
Method · 0.90
ngOnDestroy
Method · 0.90
publishSignalConfiguration
Function · 0.90
assertNotInReactiveContext
Function · 0.90
refreshView
Function · 0.90
assertNotReactive
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected