How to create a TreeView in Angular 2 using Typescript?

What should I do to create a TreeView in Angular 2 using StyleScript?

I am trying to search on Google, but not getting any working example, etc.

Can someone please share me an example to achieve this?

+5
source share
2 answers

Why not use a ready-made one, for example angular2 -tree-component?

npm install angular2-tree-component

+8
source

Check this out: IntegralUI TreeView for Angular 2 . It is written in TypeScript, and you can expand it and supports Drag Drop.

+2
source

All Articles