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

Method value

src/material/slider/slider-input.ts:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93
94 @Input({transform: numberAttribute})
95 get value(): number {
96 return numberAttribute(this._hostElement.value, 0);
97 }
98 set value(value: number) {
99 if (value === null) {
100 value = this._getDefaultValue();

Callers

nothing calls this directly

Calls 2

_getDefaultValueMethod · 0.95
_setValueMethod · 0.95

Tested by

no test coverage detected