I am looking for a code which will display a number as well as print it without showing Printer Preview. I already did it but when I want to print the page it appear with Printer preview, and i want to print it directly using POS machine.
Is there anyone know I should solve it?
ts file
print(){
window.print();
}
html file
<button type="button" (click) = "createNumber();print();" class="btn btn-primary" >Create Number</button>