()
| 634 | } |
| 635 | |
| 636 | _onMinMaxOrStepChange(): void { |
| 637 | if (!this._hasViewInitialized) { |
| 638 | return; |
| 639 | } |
| 640 | |
| 641 | this._updateTickMarkUI(); |
| 642 | this._updateTickMarkTrackUI(); |
| 643 | this._cdr.markForCheck(); |
| 644 | } |
| 645 | |
| 646 | _onResize(): void { |
| 647 | if (!this._hasViewInitialized) { |
no test coverage detected