ng2-branchy
Version:
angular2 component for visualizing data that can be naturally represented as a tree
14 lines (13 loc) • 393 B
TypeScript
import { OnInit } from '@angular/core';
import { BranchyService } from './branchy.service';
export declare class BranchyComponent implements OnInit {
private branchyService;
private tree;
private nodeCreated;
private nodeRemoved;
private nodeRenamed;
private nodeSelected;
private nodeMoved;
constructor(branchyService: BranchyService);
ngOnInit(): void;
}