angular-resizable-element
Version:
An angular 15.0+ directive that allows an element to be dragged and resized
9 lines (8 loc) • 504 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./resizable.directive";
import * as i2 from "./resize-handle.directive";
export declare class ResizableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ResizableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ResizableModule, [typeof i1.ResizableDirective, typeof i2.ResizeHandleDirective], never, [typeof i1.ResizableDirective, typeof i2.ResizeHandleDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ResizableModule>;
}