UNPKG
ng-drag-and-drop
Version:
latest (0.0.3)
0.0.3
Drag and drop using angular
github.com/edisonaugusthy/ng7-DragAndDrop
edisonaugusthy/ng7-DragAndDrop
ng-drag-and-drop
/
lib
/
Directive
/
dragger.directive.d.ts
10 lines
(9 loc)
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ElementRef
,
OnInit
}
from
'@angular/core'
;
export
declare
class
DraggerDirective
implements
OnInit
{
private
elementRef;
dragdata
:
any
;
constructor
(
elementRef
:
ElementRef
);
ngOnInit
():
void
;
setDefaultStyle
():
void
;
removeStyle
():
void
; }