Is it possible to define template html like so:
<ipe-container>
<ipe-artboard></ipe-artboard>
</ipe-container>
in some way?
Both components are known and declared in the module where this takes place. What I see happening now is that only the ipe-container is instantiated (available in the DOM) but the ipe-artboard is nowhere to be seen. When putting this ip-artboard component un-nested it renders in the browser (DOM).