Image is not getting printed with ngx-print. I am not sure what am I doing wrong here.
HTML
<button type="button" printTitle="PrintVoucher" [useExistingCss]="true"
printSectionId="printVoucher" ngxPrint>
Print </button>
<div row id="printVoucher" >
<img src="assets/images/logo.png">
</div>
However the image is visible on the screen , but not visible in the print preview section.