Skip to content

Commit 849bc63

Browse files
committed
feat(material/tabs): Update API golden again
1 parent 3e446ab commit 849bc63

File tree

1 file changed

+2
-3
lines changed
  • tools/public_api_guard/material

1 file changed

+2
-3
lines changed

tools/public_api_guard/material/tabs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,11 +335,10 @@ export class MatTabLabelWrapper extends _MatTabLabelWrapperBase implements CanDi
335335
// @public
336336
export class MatTabLink extends _MatTabLinkBase implements OnDestroy {
337337
constructor(tabNavBar: MatTabNav, elementRef: ElementRef, ngZone: NgZone, platform: Platform, globalRippleOptions: RippleGlobalOptions | null, tabIndex: string, focusMonitor: FocusMonitor, animationMode?: string);
338-
id: string;
339338
// (undocumented)
340339
ngOnDestroy(): void;
341340
// (undocumented)
342-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLink, "[mat-tab-link], [matTabLink]", ["matTabLink"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; "id": "id"; }, {}, never>;
341+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLink, "[mat-tab-link], [matTabLink]", ["matTabLink"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never>;
343342
// (undocumented)
344343
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLink, [null, null, null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>;
345344
}
@@ -375,7 +374,7 @@ export class _MatTabLinkBase extends _MatTabLinkMixinBase implements AfterViewIn
375374
rippleConfig: RippleConfig & RippleGlobalOptions;
376375
get rippleDisabled(): boolean;
377376
// (undocumented)
378-
static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabLinkBase, never, never, { "active": "active"; }, {}, never>;
377+
static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabLinkBase, never, never, { "active": "active"; "id": "id"; }, {}, never>;
379378
// (undocumented)
380379
static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabLinkBase, [null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>;
381380
}

0 commit comments

Comments
 (0)