I want to create a pathway using angular. The pathway consider of an origin point , destiny point and some middle points which are dynamic, these middle points will be modified based on the no. of middle points given in the data.
The whole thing should be like a graph or tree or something similar. Is there anything I can use to achieve this in angular?
Thanks in advance!!