UNPKG

ng2-tree-hackaday

Version:

angular2 component for visualizing data that can be naturally represented as a tree

8 lines (6 loc) 221 B
import { ElementRef } from '@angular/core'; import { CapturedNode } from './captured-node'; export class NodeDraggableEvent { public constructor(public captured: CapturedNode, public target: ElementRef) { } }