Whether the overlay has attached content.
()
| 288 | |
| 289 | /** Whether the overlay has attached content. */ |
| 290 | hasAttached(): boolean { |
| 291 | return this._portalOutlet.hasAttached(); |
| 292 | } |
| 293 | |
| 294 | /** Gets an observable that emits when the backdrop has been clicked. */ |
| 295 | backdropClick(): Observable<MouseEvent> { |
no test coverage detected