Hi,
How to implement TreeView using Anjularjs and MVC
I have 2 tables
Department
DId DName
1 Developer
2 Implementation
Employee
Id Name DId
1 aaaa 1
2 bbb 1
3 ccc 2
4 ddd 2
I need to implement tree view like below
could you please share the code using Anjularjs and MVC