* Gets the avatar inside a chip. * @param filter Optionally filters which avatars are included.
(filter: ChipAvatarHarnessFilters = {})
| 85 | * @param filter Optionally filters which avatars are included. |
| 86 | */ |
| 87 | async getAvatar(filter: ChipAvatarHarnessFilters = {}): Promise<MatChipAvatarHarness | null> { |
| 88 | return this.locatorForOptional(MatChipAvatarHarness.with(filter))(); |
| 89 | } |
| 90 | } |
no test coverage detected