Rendering custom angular component in GoJS Node

Hi, We are trying to see if it’s possible to render an angular component inside a GoJS node element.
Is there any documentation I can refer to achieve the same?

Thank you,

For both performance and rendering flexibility reasons, one cannot include any HTML element in any Part.

Well, I suppose if your component were just an HTMLImageElement, then you could show it in a Picture. For example: Various Charts in GoJS Nodes