Reputation: 69
I want to implement a hierarchy structure dynamically in my angular 4 application. The example image given below.
Is there any libraries to do this in angular. Please help. Thanks in advance.
Upvotes: 2
Views: 2856
Reputation: 12378
Consider using the PrimeNG library. They have an org chart component. See here: https://www.primefaces.org/primeng/#/organizationchart
Upvotes: 2