I have an angular 7 application. I want to know is there any way to write styles that is applicable on mobile devices at the time of printing only? I am not sure about whether there is a way or not. I tried with following query
@media print and (max-width: 599px)
But it is affecting printing in desktop and mobile devices. Please guide me to solve this problem.