Skip to content

Commit 4d40808

Browse files
committed
wip
1 parent 599de6d commit 4d40808

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/material-experimental/column-resize/resizable.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,7 @@ import {
2626
ResizeStrategy,
2727
} from '@angular/cdk-experimental/column-resize';
2828

29-
import {MatColumnResizeOverlayHandle} from './overlay-handle';
3029

31-
export abstract class AbstractMatResizable extends Resizable<MatColumnResizeOverlayHandle> {
32-
minWidthPxInternal = 32;
33-
34-
protected getInlineHandleCssClassName(): string {
35-
return 'mat-resizable-handle';
36-
}
37-
38-
protected getOverlayHandleComponentType(): Type<MatColumnResizeOverlayHandle> {
39-
return MatColumnResizeOverlayHandle;
40-
}
41-
}
42-
43-
const RESIZABLE_HOST_BINDINGS = {
44-
'class': 'mat-resizable',
45-
};
46-
47-
const RESIZABLE_INPUTS = [
48-
'minWidthPx: matResizableMinWidthPx',
49-
'maxWidthPx: matResizableMaxWidthPx',
50-
];
5130

5231
@Directive({
5332
selector: 'mat-header-cell:not([disableResize]), th[mat-header-cell]:not([disableResize])',

0 commit comments

Comments
 (0)