Gets whether the option is in multiple selection mode.
()
| 68 | |
| 69 | /** Gets whether the option is in multiple selection mode. */ |
| 70 | async isMultiple(): Promise<boolean> { |
| 71 | return (await this.host()).hasClass('mat-mdc-option-multiple'); |
| 72 | } |
| 73 | } |
no test coverage detected