I have a custom router that is getting HTML partials from a server. These partials have aurelia components in them and I would like to “activate” them after attaching the partials to the
current DOM.
I was looking at the Synthetic View tutorial in the Docs, but maybe there is an easier way using the enhance api. I am not sure though how to get the current instance of Aurelia and add the new Dom bits.