()
| 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-'); |
no outgoing calls
no test coverage detected