MCPcopy Index your code
hub / github.com/angular/components / wait

Function wait

src/cdk/overlay/overlay.spec.ts:73–75  ·  view source on GitHub ↗
(milliseconds: number)

Source from the content-addressed store, hash-verified

71 }
72
73 function wait(milliseconds: number) {
74 return new Promise(resolve => setTimeout(resolve, milliseconds));
75 }
76
77 beforeEach(setup);
78 afterEach(cleanup);

Callers 1

overlay.spec.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…