()
| 707 | } |
| 708 | |
| 709 | ngOnDestroy() { |
| 710 | this._cleanupDetach?.(); |
| 711 | this._keyManager?.destroy(); |
| 712 | this._destroy.next(); |
| 713 | this._destroy.complete(); |
| 714 | this.stateChanges.complete(); |
| 715 | } |
| 716 | |
| 717 | /** Toggles the overlay panel open or closed. */ |
| 718 | toggle(): void { |
no test coverage detected