NorthwoodsSoftware / gojs-angular

A set of Angular components to manage GoJS Diagrams, Palettes, and Overviews
Other
61 stars 16 forks source link

How to use a custom component as a node? #65

Closed stephengardner closed 3 weeks ago

stephengardner commented 4 weeks ago

For custom component rendering, trying to dynamically use an angular component inside a node doesn't seem to work. Any tut on this?

WalterNorthwoods commented 3 weeks ago

For both performance reasons and rendering flexibility reasons, the GoJS library does not support arbitrary HTML inside any Node or Link. So it is not a restriction of the gojs-angular component.