I want to print a modal window with data that I get from a service. So far I have read about some CSS methods that hide other elements on @media print, but I have not quite understand how or where to use this.
Anyone has had any experience printing this modal windows in angular 2+?
Thank you in advance for any pointers.