My requirement is that I've a set of angular components declared against an interface. Each of these components implement a specific UI (say a user control, graph, etc...). Now I want these to become the content of the nodes and the symbol palette. When a user drags and drops one of these custom node from the palette, I want the diagram to realize the control on the diagram.
Is this possible, and if so can you help me with a simple example?