So the requirement is to create something like visio in our Angular app where user can add blocks and can link them. Additional features like drag and drop, expand-collapse also needed.
Something like this with only rectangular blocks:
Do we have any library for this? I have checked out following:
- Diagram library – That’s quite close to what I want but this one is not free to use.
- ngx-graph – Expand/collapse missing + not found any way to create dynamic blocks and link them.
- PrimeNG tree – Missing dynamic way to create blocks
Please let me know if I am missing something in above mentioned libraries that can fulfill my requirement or is there any better one available?