Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
MatTimepicker
Class · 0.45
MatTimepickerInput
Class · 0.45
_handleKeydown
Method · 0.45
MatTimepickerToggle
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected