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

Method _getAfterAllClosed

src/material/dialog/dialog.ts:86–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 private _getAfterAllClosed(): Subject<void> {
87 const parent = this._parentDialog;
88 return parent ? parent._getAfterAllClosed() : this._afterAllClosedAtThisLevel;
89 }
90
91 /**
92 * Stream that emits when all open dialog have finished closing.

Callers 2

MatDialogClass · 0.95
openMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected