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

Method max

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

@docs-private

()

Source from the content-addressed store, hash-verified

170
171 /** @docs-private */
172 get max(): number {
173 return numberAttribute(this._hostElement.max, 0);
174 }
175 set max(v: number) {
176 this._hostElement.max = v + '';
177 this._cdr.detectChanges();

Callers 3

_clampMethod · 0.45
_clampMethod · 0.45
_updateMinMaxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected