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

Method _onDirChangeNonRange

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

Source from the content-addressed store, hash-verified

527 }
528
529 private _onDirChangeNonRange(): void {
530 const input = this._getInput(_MatThumb.END)!;
531 input._updateThumbUIByValue();
532 }
533
534 /** Starts observing and updating the slider if the host changes its size. */
535 private _observeHostResize() {

Callers 1

constructorMethod · 0.95

Calls 2

_getInputMethod · 0.95
_updateThumbUIByValueMethod · 0.80

Tested by

no test coverage detected