I have several views/components that implement custom elements, so I use them in my markup as follows:
<require from="./panels/property_inspector/PropertyInspector"></require>
<property-inspector--panel></property-inspector--panel>
So far so good. But now I need to add/remove these kind of views/components programmatically. I was reading the aurlia hub, but I wasn't successful... Any hint appreciated.