()
| 502 | } |
| 503 | |
| 504 | ngOnDestroy(): void { |
| 505 | this._resizeObserver?.disconnect(); |
| 506 | this._resizeObserver = null; |
| 507 | } |
| 508 | |
| 509 | private _onDirChangeRange(): void { |
| 510 | const endInput = this._getInput(_MatThumb.END) as _MatSliderRangeThumb; |
nothing calls this directly
no test coverage detected