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

Method _hasFocus

src/material/chips/chip.ts:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 protected _allRemoveIcons!: QueryList<MatChipRemove>;
147
148 _hasFocus() {
149 return this._hasFocusInternal;
150 }
151
152 /** A unique id for the chip. If none is supplied, it will be auto-generated. */
153 @Input() id: string = inject(_IdGenerator).getId('mat-mdc-chip-');

Callers 5

removeMethod · 0.95
chip-grid.spec.tsFile · 0.45
ngAfterViewInitMethod · 0.45
_hasFocusedChipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected