UNPKG
ngx-nestable
Version:
latest (0.9.4)
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.0.94
0.0.93
0.0.92
0.0.91
0.0.9
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Nestable list with drag and drop for Angular
github.com/cybercomet/ngx-nestable
ngx-nestable
/
lib
/
nestable-drag-handle
/
nestable-drag-handle.directive.d.ts
9 lines
(8 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ElementRef
,
OnInit
}
from
'@angular/core'
;
export
declare
class
NestableDragHandleDirective
implements
OnInit
{
private
_el;
ngxNestableDragHandle
:
any
;
onMouseDown
(
event
:
any
):
void
;
constructor
(
_el
:
ElementRef
);
ngOnInit
():
void
; }