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

Function wait

src/material/tooltip/tooltip.spec.ts:44–46  ·  view source on GitHub ↗
(milliseconds: number)

Source from the content-addressed store, hash-verified

42 let focusMonitor: FocusMonitor;
43
44 function wait(milliseconds: number) {
45 return new Promise(resolve => setTimeout(resolve, milliseconds));
46 }
47
48 beforeEach(() => {
49 dir = signal('ltr');

Callers 2

tooltip.spec.tsFile · 0.70
setPositionAndShowFunction · 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…