MCPcopy Create free account
hub / github.com/angular/components / closeAll

Method closeAll

src/material/dialog/dialog.ts:211–213  ·  view source on GitHub ↗

* Closes all of the currently-open dialogs.

()

Source from the content-addressed store, hash-verified

209 * Closes all of the currently-open dialogs.
210 */
211 closeAll(): void {
212 this._closeDialogs(this.openDialogs);
213 }
214
215 /**
216 * Finds an open dialog by its id.

Callers 2

accordion.spec.tsFile · 0.45
dialog.spec.tsFile · 0.45

Calls 1

_closeDialogsMethod · 0.95

Tested by

no test coverage detected