Skip to content

Commit fddba3b

Browse files
committed
update api goldens
1 parent 93edb97 commit fddba3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

goldens/material/chips/index.api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,6 @@ export class MatChipRemove extends MatChipAction {
416416
export class MatChipRow extends MatChip implements AfterViewInit {
417417
constructor(...args: unknown[]);
418418
// (undocumented)
419-
_alreadyFocused: boolean;
420-
// (undocumented)
421419
protected basicChipAttrName: string;
422420
contentEditInput?: MatChipEditInput;
423421
defaultEditInput?: MatChipEditInput;
@@ -438,6 +436,8 @@ export class MatChipRow extends MatChip implements AfterViewInit {
438436
// (undocumented)
439437
_isRippleDisabled(): boolean;
440438
// (undocumented)
439+
ngAfterViewInit(): void;
440+
// (undocumented)
441441
static ɵcmp: i0.ɵɵComponentDeclaration<MatChipRow, "mat-chip-row, [mat-chip-row], mat-basic-chip-row, [mat-basic-chip-row]", never, { "editable": { "alias": "editable"; "required": false; }; }, { "edited": "edited"; }, ["contentEditInput"], ["mat-chip-avatar, [matChipAvatar]", "[matChipEditInput]", "*", "mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"], true, never>;
442442
// (undocumented)
443443
static ɵfac: i0.ɵɵFactoryDeclaration<MatChipRow, never>;

0 commit comments

Comments
 (0)