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

Method _skipUpdate

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

Source from the content-addressed store, hash-verified

565 }
566
567 private _skipUpdate(): boolean {
568 return !!(
569 this._getInput(_MatThumb.START)?._skipUIUpdate || this._getInput(_MatThumb.END)?._skipUIUpdate
570 );
571 }
572
573 /** Stores the slider dimensions. */
574 _updateDimensions(): void {

Callers 5

_updateThumbUIMethod · 0.95
_updateTrackUIMethod · 0.95

Calls 1

_getInputMethod · 0.95

Tested by

no test coverage detected