()
| 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. |