Skip to content

Commit ea342eb

Browse files
committed
fix
1 parent ef0c521 commit ea342eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

goldens/material/chips/index.api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ export class MatChipRemove extends MatChipAction {
427427
// (undocumented)
428428
_isPrimary: boolean;
429429
// (undocumented)
430+
_isTrailing: boolean;
431+
// (undocumented)
430432
static ɵdir: i0.ɵɵDirectiveDeclaration<MatChipRemove, "[matChipRemove]", never, {}, {}, never, never, true, never>;
431433
// (undocumented)
432434
static ɵfac: i0.ɵɵFactoryDeclaration<MatChipRemove, never>;
@@ -462,9 +464,7 @@ export class MatChipRow extends MatChip implements AfterViewInit {
462464
// (undocumented)
463465
ngAfterViewInit(): void;
464466
// (undocumented)
465-
ngAfterViewInit(): void;
466-
// (undocumented)
467-
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>;
467+
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"], ["[matChipEdit]", "mat-chip-avatar, [matChipAvatar]", "[matChipEditInput]", "*", "mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"], true, never>;
468468
// (undocumented)
469469
static ɵfac: i0.ɵɵFactoryDeclaration<MatChipRow, never>;
470470
}

0 commit comments

Comments
 (0)