Skip to content

Tag: angular

Load HTML page in a service with its own CSS Angular

I have a Service, PrintService that I have added to my application. The Service extracts elements from a page and renders another window with the contents of the extracted elements. This works. Print Service on Stackblitz My Problem now is this, I need to be remove the css styles from the service above to its…