(source: _MatSliderThumb)
| 624 | } |
| 625 | |
| 626 | _onValueChange(source: _MatSliderThumb): void { |
| 627 | if (!this._hasViewInitialized) { |
| 628 | return; |
| 629 | } |
| 630 | |
| 631 | this._updateValueIndicatorUI(source); |
| 632 | this._updateTickMarkUI(); |
| 633 | this._cdr.detectChanges(); |
| 634 | } |
| 635 | |
| 636 | _onMinMaxOrStepChange(): void { |
| 637 | if (!this._hasViewInitialized) { |
no test coverage detected