MCPcopy
hub / github.com/angular/components / afterClosed

Method afterClosed

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

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

()

Source from the content-addressed store, hash-verified

166 * Gets an observable that is notified when the dialog is finished closing.
167 */
168 afterClosed(): Observable<R | undefined> {
169 return this._ref.closed;
170 }
171
172 /**
173 * Gets an observable that is notified when the dialog has started closing.

Callers 10

openJazzMethod · 0.80
openDialogMethod · 0.80
openDialogMethod · 0.80
openDialogMethod · 0.80
openDialogMethod · 0.80
openMethod · 0.80
dialog.spec.tsFile · 0.80
runContentElementTestsFunction · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by 1

runContentElementTestsFunction · 0.64