Skip to content

Commit e87b95d

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

File tree

4 files changed

+0
-95
lines changed

4 files changed

+0
-95
lines changed

goldens/material/sidenav/index.api.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ export class MatDrawer implements AfterViewInit, OnDestroy {
6969
static ɵfac: i0.ɵɵFactoryDeclaration<MatDrawer, never>;
7070
}
7171

72-
// @public @deprecated
73-
export const matDrawerAnimations: {
74-
readonly transformDrawer: any;
75-
};
76-
7772
// @public
7873
export class MatDrawerContainer implements AfterContentInit, DoCheck, OnDestroy {
7974
constructor(...args: unknown[]);

src/material/sidenav/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ ng_project(
6666
name = "sidenav",
6767
srcs = [
6868
"drawer.ts",
69-
"drawer-animations.ts",
7069
"index.ts",
7170
"public-api.ts",
7271
"sidenav.ts",

src/material/sidenav/drawer-animations.ts

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

src/material/sidenav/public-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ export {
1818
MatDrawerMode,
1919
} from './drawer';
2020
export * from './sidenav';
21-
export * from './drawer-animations';

0 commit comments

Comments
 (0)