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

Method _finishDialogClose

src/material/dialog/dialog-ref.ts:248–252  ·  view source on GitHub ↗

* Finishes the dialog close by updating the state of the dialog * and disposing the overlay.

()

Source from the content-addressed store, hash-verified

246 * and disposing the overlay.
247 */
248 private _finishDialogClose() {
249 this._state = MatDialogState.CLOSED;
250 this._ref.close(this._result, {focusOrigin: this._closeInteractionType});
251 this.componentInstance = null!;
252 }
253}
254
255/**

Callers 3

constructorMethod · 0.95
closeMethod · 0.95
_startExitAnimationMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected