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

Method _onMinMaxOrStepChange

src/material/slider/slider.ts:636–644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

_updateMinMethod · 0.95
_updateMaxMethod · 0.95
_updateStepMethod · 0.95

Calls 3

_updateTickMarkUIMethod · 0.95
markForCheckMethod · 0.80

Tested by

no test coverage detected