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

Method _syncChipsState

src/material/chips/chip-set.ts:154–159  ·  view source on GitHub ↗

Syncs the chip-set's state with the individual chips.

()

Source from the content-addressed store, hash-verified

152
153 /** Syncs the chip-set's state with the individual chips. */
154 protected _syncChipsState() {
155 this._chips?.forEach(chip => {
156 chip._chipListDisabled = this._disabled;
157 chip._changeDetectorRef.markForCheck();
158 });
159 }
160
161 /** Dummy method for subclasses to override. Base chip set cannot be focused. */
162 focus() {}

Callers 3

disabledMethod · 0.95
_trackChipSetChangesMethod · 0.95
disabledMethod · 0.80

Calls 1

markForCheckMethod · 0.80

Tested by

no test coverage detected