@sam-senior/zebra-printer
v1.0.3
Published
***Como usar***
Downloads
2
Keywords
Readme
Zebra printer
Como usar
Importe o sam-zebra-printer-service
para o projeto e utilizar o serviço SamZebraPrinterService.
export class TestPrintComponent {
constructor(private SamZebraPrinter: SamZebraPrinterService) {}
public async print() {
await this.SamZebraPrinter.printTest();
}
}