ngx-explorer-dnd
Version:
## _Drag & Drop in Angular like in a desktop explorer!_
11 lines (10 loc) • 872 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./directives/ngx-explorer-container.directive";
import * as i2 from "./directives/ngx-explorer-item.directive";
import * as i3 from "./directives/ngx-explorer-target.directive";
import * as i4 from "./directives/ngx-drag-selection.directive";
export declare class NgxExplorerDndModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxExplorerDndModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxExplorerDndModule, [typeof i1.NgxExplorerContainerDirective, typeof i2.NgxExplorerItemDirective, typeof i3.NgxExplorerTargetDirective, typeof i4.NgxDragSelectionDirective], never, [typeof i2.NgxExplorerItemDirective, typeof i1.NgxExplorerContainerDirective, typeof i3.NgxExplorerTargetDirective, typeof i4.NgxDragSelectionDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxExplorerDndModule>;
}