We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41c0e6 commit a2f7be5Copy full SHA for a2f7be5
1 file changed
src/material/tabs/tab-nav-bar/tab-nav-bar.ts
@@ -246,7 +246,6 @@ export class MatTabNav extends MatPaginatedTabHeader implements AfterContentInit
246
@Component({
247
selector: '[mat-tab-link], [matTabLink]',
248
exportAs: 'matTabLink',
249
- changeDetection: ChangeDetectionStrategy.OnPush,
250
encapsulation: ViewEncapsulation.None,
251
templateUrl: 'tab-link.html',
252
styleUrl: 'tab-link.css',
@@ -436,7 +435,6 @@ export class MatTabLink
436
435
'role': 'tabpanel',
437
},
438
439
440
})
441
export class MatTabNavPanel {
442
/** Unique id for the tab panel. */
0 commit comments