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