Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ createZone
Function
createZone
packages/core/test/zone/ng_zone_spec.ts:70–72 ·
view source on GitHub ↗
(enableLongStackTrace: boolean)
Source
from the content-addressed store, hash-verified
68
69
describe(
'NgZone'
, () => {
70
function
createZone(enableLongStackTrace: boolean) {
71
return
new
NgZone({enableLongStackTrace: enableLongStackTrace});
72
}
73
74
beforeEach(() => {
75
_log =
new
Log();
Callers
1
ng_zone_spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected