File tree Expand file tree Collapse file tree 4 files changed +0
-343
lines changed Expand file tree Collapse file tree 4 files changed +0
-343
lines changed Original file line number Diff line number Diff line change @@ -80,16 +80,6 @@ export interface MatSortable {
80
80
start: SortDirection ;
81
81
}
82
82
83
- // @public @deprecated
84
- export const matSortAnimations: {
85
- readonly indicator: any ;
86
- readonly leftPointer: any ;
87
- readonly rightPointer: any ;
88
- readonly arrowOpacity: any ;
89
- readonly arrowPosition: any ;
90
- readonly allowChildren: any ;
91
- };
92
-
93
83
// @public
94
84
export interface MatSortDefaultOptions {
95
85
arrowPosition? : SortHeaderArrowPosition ;
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ ng_project(
67
67
"index.ts" ,
68
68
"public-api.ts" ,
69
69
"sort.ts" ,
70
- "sort-animations.ts" ,
71
70
"sort-direction.ts" ,
72
71
"sort-errors.ts" ,
73
72
"sort-header.ts" ,
Original file line number Diff line number Diff line change @@ -11,4 +11,3 @@ export * from './sort-direction';
11
11
export * from './sort-header' ;
12
12
export * from './sort-header-intl' ;
13
13
export * from './sort' ;
14
- export * from './sort-animations' ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments