MCPcopy
hub / github.com/angular/components / wait

Function wait

src/material/chips/chip-grid.spec.ts:69–71  ·  view source on GitHub ↗
(milliseconds: number)

Source from the content-addressed store, hash-verified

67 };
68
69 function wait(milliseconds: number) {
70 return new Promise(resolve => setTimeout(resolve, milliseconds));
71 }
72
73 describe('StandardChipGrid', () => {
74 describe('basic behaviors', () => {

Callers 1

chip-grid.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…