UNPKG

@swimlane/ngx-dnd

Version:

Drag and Drop for Angular2 and beyond!

15 lines (14 loc) 1.04 kB
import { ModuleWithProviders } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "./components/container/container.component"; import * as i2 from "./components/item/item.component"; import * as i3 from "./directives/ngx-draggable.directive"; import * as i4 from "./directives/ngx-droppable.directive"; import * as i5 from "./directives/ngx-drag-handle.directive"; import * as i6 from "@angular/common"; export declare class NgxDnDModule { static forRoot(): ModuleWithProviders<NgxDnDModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxDnDModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxDnDModule, [typeof i1.ContainerComponent, typeof i2.ItemComponent, typeof i3.DraggableDirective, typeof i4.DroppableDirective, typeof i5.DragHandleDirective], [typeof i6.CommonModule], [typeof i1.ContainerComponent, typeof i2.ItemComponent, typeof i3.DraggableDirective, typeof i4.DroppableDirective, typeof i5.DragHandleDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxDnDModule>; }