I have a single-page application developed in JavaScript using the Angular 6 Framework, and I am interested in dynamically rendering an Angular Component that is hosted on a remote server.
Currently, I am utilizing viewContainerRef to dynamically render components that are located within my project, but my goal is to move these components to remote servers.
Although I attempted to use innerHTML for this purpose, it did not meet my requirements adequately.
I am considering exploring universal apps as a potential solution, although I am unsure if this is the best approach.
Does anyone have any suggestions or insights? Is this even feasible?