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

Method disabled

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

Source from the content-addressed store, hash-verified

102 /** Whether the slider is disabled. */
103 @Input({transform: booleanAttribute})
104 get disabled(): boolean {
105 return this._disabled;
106 }
107 set disabled(v: boolean) {
108 this._disabled = v;
109 const endInput = this._getInput(_MatThumb.END);

Callers

nothing calls this directly

Calls 1

_getInputMethod · 0.95

Tested by

no test coverage detected