I am using ngx-print to perform the print action with css file, however, css is not working. Here is the example.
https://stackblitz.com/edit/demo-ngx-print-fmiwwr
Library reference.
https://www.npmjs.com/package/ngx-print
<button printSectionId="demo"
styleSheetFile="assets/css/print.css"
ngxPrint>print</button>
All the css are in the print.css file.