MCPcopy Create free account
hub / github.com/angular/components / _onValueChange

Method _onValueChange

src/material/slider/slider.ts:626–634  ·  view source on GitHub ↗
(source: _MatSliderThumb)

Source from the content-addressed store, hash-verified

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) {

Callers 11

_updateMinRangeMethod · 0.95
_updateMinNonRangeMethod · 0.95
_updateMaxRangeMethod · 0.95
_updateMaxNonRangeMethod · 0.95
_updateStepRangeMethod · 0.95
_updateStepNonRangeMethod · 0.95
_setValueMethod · 0.80
_initValueMethod · 0.80
_onInputMethod · 0.80
_fixValueMethod · 0.80

Calls 2

_updateTickMarkUIMethod · 0.95

Tested by

no test coverage detected