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

Method disabled

src/material/chips/chip-grid.ts:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 */
126 @Input({transform: booleanAttribute})
127 override get disabled(): boolean {
128 return this.ngControl ? !!this.ngControl.disabled : this._disabled;
129 }
130 override set disabled(value: boolean) {
131 this._disabled = value;
132 this._syncChipsState();

Callers

nothing calls this directly

Calls 2

_syncChipsStateMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected