()
| 325 | } |
| 326 | |
| 327 | ngOnDestroy() { |
| 328 | this._eventCleanups.forEach(cleanup => cleanup()); |
| 329 | this._keyManager?.destroy(); |
| 330 | this._destroyed.next(); |
| 331 | this._destroyed.complete(); |
| 332 | this._stopScrolling.complete(); |
| 333 | } |
| 334 | |
| 335 | /** Handles keyboard events on the header. */ |
| 336 | _handleKeydown(event: KeyboardEvent) { |