I want to create a top-down binary structure (as shown in the image) in my Angular-2 project. Which library should I be using for rendering such a structure. It must support - drag and drop feature to increase the tree structure. top-down tree structure image here
Asked
Active
Viewed 1,588 times
1 Answers
2
you can use angular-ui-tree npm
https://github.com/angular-ui-tree/angular-ui-tree
and you can get woking example in below link Angular Tree component

mohan rathour
- 420
- 2
- 12
-
Hi, I have checked these examples, but as you can see from the image I have attached I need a top-down binary tree structure. – Ankita Apr 13 '17 at 08:58
-
ok, So on what bases you want to define order of your order ? – mohan rathour Apr 13 '17 at 10:05