feat(barcode reader): add wrapper for the webcomponent

This commit is contained in:
2026-01-17 18:54:36 -03:00
parent ead327d44f
commit 4655ba4f64
4 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<barcode-reader
#reader
(result)="this.result.emit($event)"
(scan-status)="this.scanStatus.emit($event)"
(scan-permission-denied)="this.scanPermissionDenied.emit()"
/>