I'm trying to load a complex component to an iframe (component called other components). I've done to load it using ComponentFactoryResolver but without any style.
From this topic: How do we load an angular component's styles into an iframe?
When using ViewEncapsulation.ShadowDom, it just works for the internal styles of that component, the global styles couldn't apply anymore.
The more thing is I can't modify the children component (from libraries, from codebases, etc.. that I can't modify).
Any better way to completely load a complex Angular component into an iframe?
This is the demo code in StackBliz: StackBliz