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

Method disabled

src/material/chips/chip-set.ts:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 /** Whether the chip set is disabled. */
83 @Input({transform: booleanAttribute})
84 get disabled(): boolean {
85 return this._disabled;
86 }
87 set disabled(value: boolean) {
88 this._disabled = value;
89 this._syncChipsState();

Callers

nothing calls this directly

Calls 1

_syncChipsStateMethod · 0.95

Tested by

no test coverage detected