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

Function wait

src/material/tooltip/tooltip.zone.spec.ts:25–27  ·  view source on GitHub ↗
(milliseconds: number)

Source from the content-addressed store, hash-verified

23 });
24
25 function wait(milliseconds: number) {
26 return new Promise(resolve => setTimeout(resolve, milliseconds));
27 }
28
29 describe('scrollable usage', () => {
30 let fixture: ComponentFixture<ScrollableTooltipDemo>;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…