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?
Why not use a ready-made one, for example angular2 -tree-component?
npm install angular2-tree-component
Check this out: IntegralUI TreeView for Angular 2 . It is written in TypeScript, and you can expand it and supports Drag Drop.