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

Function wait

src/material/chips/chip-listbox.spec.ts:38–40  ·  view source on GitHub ↗
(milliseconds: number)

Source from the content-addressed store, hash-verified

36 let primaryActions: NodeListOf<HTMLElement>;
37
38 function wait(milliseconds: number) {
39 return new Promise(resolve => setTimeout(resolve, milliseconds));
40 }
41
42 describe('StandardChipList', () => {
43 describe('basic behaviors', () => {

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…