ng-image-drag-drop
Version:
Drag & Drop for Angular - based on HTML5 with no external dependencies.
11 lines (10 loc) • 598 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./directives/draggable.directive";
import * as i2 from "./directives/droppable.directive";
export declare class NgDragDropModule {
static forRoot(): ModuleWithProviders<NgDragDropModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgDragDropModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgDragDropModule, [typeof i1.Draggable, typeof i2.Droppable], never, [typeof i1.Draggable, typeof i2.Droppable]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgDragDropModule>;
}