MCPcopy Index your code
hub / github.com/angular/components / disabled

Method disabled

src/material/tree/node.ts:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 */
100 @Input({transform: booleanAttribute})
101 get disabled(): boolean {
102 return this.isDisabled;
103 }
104 set disabled(value: boolean) {
105 this.isDisabled = value;
106 }

Callers 5

timepicker.spec.tsFile · 0.45
MatTimepickerClass · 0.45
MatTimepickerInputClass · 0.45
_handleKeydownMethod · 0.45
MatTimepickerToggleClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected