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

Method disabled

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_syncChipsStateMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected