Skip to content

Commit a7fce5e

Browse files
committed
fix(material/tabs): remove deprecated animation definitions
Deletes publicly-exported animation definitions that were marked for removal in v21. BREAKING CHANGE: * `matTabsAnimations` symbol has been removed.
1 parent bb7dbce commit a7fce5e

File tree

4 files changed

+0
-158
lines changed

4 files changed

+0
-158
lines changed

goldens/material/tabs/index.api.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -509,11 +509,6 @@ export class MatTabNavPanel {
509509
static ɵfac: i0.ɵɵFactoryDeclaration<MatTabNavPanel, never>;
510510
}
511511

512-
// @public @deprecated
513-
export const matTabsAnimations: {
514-
readonly translateTab: any;
515-
};
516-
517512
// @public
518513
export interface MatTabsConfig {
519514
alignTabs?: 'start' | 'center' | 'end';

src/material/tabs/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ ng_project(
122122
"tab-label.ts",
123123
"tab-label-wrapper.ts",
124124
"tab-nav-bar/tab-nav-bar.ts",
125-
"tabs-animations.ts",
126125
"tabs-module.ts",
127126
],
128127
assets = [

src/material/tabs/public-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ export {
3232
MatTabHeaderPosition,
3333
} from './tab-group';
3434
export {MatTabNav, MatTabNavPanel, MatTabLink} from './tab-nav-bar/tab-nav-bar';
35-
export {matTabsAnimations} from './tabs-animations';
3635
export {MatTabLabelWrapper} from './tab-label-wrapper';

src/material/tabs/tabs-animations.ts

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)