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

Method min

src/material/slider/slider-input.ts:163–165  ·  view source on GitHub ↗

@docs-private

()

Source from the content-addressed store, hash-verified

161
162 /** @docs-private */
163 get min(): number {
164 return numberAttribute(this._hostElement.min, 0);
165 }
166 set min(v: number) {
167 this._hostElement.min = v + '';
168 this._cdr.detectChanges();

Callers 3

_clampMethod · 0.45
_clampMethod · 0.45
_updateMinMaxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected