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

Function wait

src/material/bottom-sheet/bottom-sheet.spec.ts:1022–1024  ·  view source on GitHub ↗
(milliseconds: number)

Source from the content-addressed store, hash-verified

1020});
1021
1022function wait(milliseconds: number) {
1023 return new Promise(resolve => setTimeout(resolve, milliseconds));
1024}
1025
1026@Directive({
1027 selector: 'dir-with-view-container',

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…