Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ constructor
Method
constructor
packages/core/test/render3/reactive_safety_spec.ts:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
})
70
class
TestCmp {
71
constructor() {
72
expect(getActiveConsumer()).toBe(null);
73
}
74
}
75
76
const
environmentInjector = TestBed.inject(EnvironmentInjector);
Callers
nothing calls this directly
Calls
1
getActiveConsumer
Function · 0.90
Tested by
no test coverage detected