* Finishes the dialog close by updating the state of the dialog * and disposing the overlay.
()
| 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 | /** |
no test coverage detected