@@ -335,11 +335,10 @@ export class MatTabLabelWrapper extends _MatTabLabelWrapperBase implements CanDi
335
335
// @public
336
336
export class MatTabLink extends _MatTabLinkBase implements OnDestroy {
337
337
constructor (tabNavBar : MatTabNav , elementRef : ElementRef , ngZone : NgZone , platform : Platform , globalRippleOptions : RippleGlobalOptions | null , tabIndex : string , focusMonitor : FocusMonitor , animationMode ? : string );
338
- id: string ;
339
338
// (undocumented)
340
339
ngOnDestroy(): void ;
341
340
// (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 >;
343
342
// (undocumented)
344
343
static ɵfac: i0 .ɵɵFactoryDeclaration <MatTabLink , [null , null , null , null , { optional: true ; }, { attribute: " tabindex" ; }, null , { optional: true ; }]>;
345
344
}
@@ -375,7 +374,7 @@ export class _MatTabLinkBase extends _MatTabLinkMixinBase implements AfterViewIn
375
374
rippleConfig: RippleConfig & RippleGlobalOptions ;
376
375
get rippleDisabled(): boolean ;
377
376
// (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 >;
379
378
// (undocumented)
380
379
static ɵfac: i0 .ɵɵFactoryDeclaration <_MatTabLinkBase , [null , null , { optional: true ; }, { attribute: " tabindex" ; }, null , { optional: true ; }]>;
381
380
}
0 commit comments