We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e4ffba + 7f4cc0d commit 1960f92Copy full SHA for 1960f92
README.md
@@ -23,6 +23,10 @@ Install library
23
24
`npm install ng-thermal-print`
25
26
+NOTE: if when compiling project you get an error like this:
27
+`ERROR in node_modules/ng-thermal-print/lib/drivers/UsbDriver.d.ts:16:30 - error TS2304: Cannot find name 'USBDevice'. requestUsb(): Observable;`
28
+then add reference to w3c-web-usb by installing it with command: `npm install @types/w3c-web-usb --only=dev`
29
+
30
Import into your application
31
32
import { BrowserModule } from '@angular/platform-browser';
0 commit comments