Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ isLoaded
Method
isLoaded
packages/zone.js/lib/zone-spec/proxy.ts:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
static isLoaded(): boolean {
45
return
ProxyZoneSpec.get() instanceof ProxyZoneSpec;
46
}
47
48
static assertPresent(): ProxyZoneSpec {
49
const
spec = ProxyZoneSpec.get();
Callers
2
resetFakeAsyncZoneIfExists
Function · 0.80
proxy.spec.ts
File · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected