Whether the chip is disabled.
()
| 55 | |
| 56 | /** Whether the chip is disabled. */ |
| 57 | async isDisabled(): Promise<boolean> { |
| 58 | return (await this.host()).hasClass('mat-mdc-chip-disabled'); |
| 59 | } |
| 60 | |
| 61 | /** Delete a chip from the set. */ |
| 62 | async remove(): Promise<void> { |
no test coverage detected