Skip to content

Commit

Permalink
feat(material/tabs): Update API golden again
Browse files Browse the repository at this point in the history
  • Loading branch information
zelliott committed Dec 21, 2021
1 parent 3e446ab commit 849bc63
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/public_api_guard/material/tabs.md
Expand Up @@ -335,11 +335,10 @@ export class MatTabLabelWrapper extends _MatTabLabelWrapperBase implements CanDi
// @public
export class MatTabLink extends _MatTabLinkBase implements OnDestroy {
constructor(tabNavBar: MatTabNav, elementRef: ElementRef, ngZone: NgZone, platform: Platform, globalRippleOptions: RippleGlobalOptions | null, tabIndex: string, focusMonitor: FocusMonitor, animationMode?: string);
id: string;
// (undocumented)
ngOnDestroy(): void;
// (undocumented)
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLink, "[mat-tab-link], [matTabLink]", ["matTabLink"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; "id": "id"; }, {}, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTabLink, "[mat-tab-link], [matTabLink]", ["matTabLink"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never>;
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabLink, [null, null, null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>;
}
Expand Down Expand Up @@ -375,7 +374,7 @@ export class _MatTabLinkBase extends _MatTabLinkMixinBase implements AfterViewIn
rippleConfig: RippleConfig & RippleGlobalOptions;
get rippleDisabled(): boolean;
// (undocumented)
static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabLinkBase, never, never, { "active": "active"; }, {}, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<_MatTabLinkBase, never, never, { "active": "active"; "id": "id"; }, {}, never>;
// (undocumented)
static ɵfac: i0.ɵɵFactoryDeclaration<_MatTabLinkBase, [null, null, { optional: true; }, { attribute: "tabindex"; }, null, { optional: true; }]>;
}
Expand Down

0 comments on commit 849bc63

Please sign in to comment.