We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356eaf4 commit 599de6dCopy full SHA for 599de6d
src/cdk-experimental/column-resize/resizable.ts
@@ -39,7 +39,7 @@ export abstract class Resizable<HandleComponent extends ResizeOverlayHandle>
39
protected inlineHandle?: HTMLElement;
40
protected overlayRef?: OverlayRef;
41
protected readonly destroyed = new ReplaySubject<void>();
42
-
+
43
protected abstract readonly columnDef: CdkColumnDef;
44
protected abstract readonly columnResize: ColumnResize;
45
protected abstract readonly document: Document;
0 commit comments