* Gets an observable that is notified when the dialog is finished closing.
()
| 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. |
no outgoing calls