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

Method beforeClosed

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

* Gets an observable that is notified when the dialog has started closing.

()

Source from the content-addressed store, hash-verified

173 * Gets an observable that is notified when the dialog has started closing.
174 */
175 beforeClosed(): Observable<R | undefined> {
176 return this._beforeClosed;
177 }
178
179 /**
180 * Gets an observable that emits when the overlay's backdrop has been clicked.

Callers 2

openJazzMethod · 0.80
dialog.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected