lal kiran
lal kiran

Reputation: 69

Tree structure in angular 4

I want to implement a hierarchy structure dynamically in my angular 4 application. The example image given below.

enter image description here

Is there any libraries to do this in angular. Please help. Thanks in advance.

Upvotes: 2

Views: 2856

Answers (1)

Yakov Fain
Yakov Fain

Reputation: 12378

Consider using the PrimeNG library. They have an org chart component. See here: https://www.primefaces.org/primeng/#/organizationchart

Upvotes: 2

Related Questions