-
@perjerz34 Interesting. IIUC, you're sending a whole HTML document, then parsing and extracting the root element to append to the DOM in a router outlet. I'm guessing you're manually managing
<script />
and<link />
tags though? Any library or tool to help with this? -
@perjerz34 Do you only do it for full page routes? Any instances of loading an individual component in this manner?