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

Method _initUINonRange

src/material/slider/slider.ts:473–481  ·  view source on GitHub ↗
(eInput: _MatSliderThumb)

Source from the content-addressed store, hash-verified

471 }
472
473 private _initUINonRange(eInput: _MatSliderThumb): void {
474 eInput.initProps();
475 eInput.initUI();
476
477 this._updateValueIndicatorUI(eInput);
478
479 this._hasViewInitialized = true;
480 eInput._updateThumbUIByValue();
481 }
482
483 private _initUIRange(eInput: _MatSliderRangeThumb, sInput: _MatSliderRangeThumb): void {
484 eInput.initProps();

Callers 1

ngAfterViewInitMethod · 0.95

Calls 4

initPropsMethod · 0.80
initUIMethod · 0.80
_updateThumbUIByValueMethod · 0.80

Tested by

no test coverage detected