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