I have a logic app similar to google app switcher, let me call it Wrapper . This application runs on all google services and has a consistent user interface throughout.
I am looking for a solution for entering into my Wrapper application several ready-made various applications with their own styles, presentations and JS. They are written using various technologies, such as React and Angular.
How can I implement such an architecture? Are web components a solution to this, if so, please provide me some examples. (The goal is to deploy the shell separately and all applications for content, so they will have a consistent interface and logic from the shell).
Please do not mention iframe !
javascript angularjs web-component
Mikki
source share