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

Method closeAll

src/material/dialog/dialog.ts:212–214  ·  view source on GitHub ↗

* Closes all of the currently-open dialogs.

()

Source from the content-addressed store, hash-verified

210 * Closes all of the currently-open dialogs.
211 */
212 closeAll(): void {
213 this._closeDialogs(this.openDialogs);
214 }
215
216 /**
217 * 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