Tuesday, 9 July 2019

Style not loaded in new window

I reproduced the problem with minimal code on this Stackblitz .

I made part of my component open on a new window BUT it should still be able to interact with my main app. I used DomPortalHost to achieve that. The interaction works successfully but the style are not loaded into the new window.

How do I force the new window to match the style of the main app?

The main app

enter image description here

The window:

enter image description here



from Style not loaded in new window

No comments:

Post a Comment