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 {
8080 start: SortDirection ;
8181}
8282
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-
9383// @public
9484export interface MatSortDefaultOptions {
9585 arrowPosition? : SortHeaderArrowPosition ;
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ ng_project(
6767 "index.ts" ,
6868 "public-api.ts" ,
6969 "sort.ts" ,
70- "sort-animations.ts" ,
7170 "sort-direction.ts" ,
7271 "sort-errors.ts" ,
7372 "sort-header.ts" ,
Original file line number Diff line number Diff line change @@ -11,4 +11,3 @@ export * from './sort-direction';
1111export * from './sort-header' ;
1212export * from './sort-header-intl' ;
1313export * 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