Skip to content

Commit b5951a7

Browse files
committed
api update
1 parent 67094b4 commit b5951a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

goldens/material/chips/index.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export class MatChipRow extends MatChip implements AfterViewInit {
449449
_handleFocus(): void;
450450
// (undocumented)
451451
_handleKeydown(event: KeyboardEvent): void;
452-
_hasLeadingIcon(): boolean;
452+
protected _hasLeadingIcon(): boolean;
453453
// (undocumented)
454454
_hasTrailingIcon(): boolean;
455455
// (undocumented)

src/material/chips/chip-row.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export class MatChipRow extends MatChip implements AfterViewInit {
109109
}
110110

111111
/** Returns whether the chip has a leading icon. */
112-
_hasLeadingIcon() {
112+
protected _hasLeadingIcon() {
113113
return !this._isEditing && !!(this.editIcon || this.leadingIcon);
114114
}
115115

0 commit comments

Comments
 (0)