Sanath Pathiraja

Results 3 comments of Sanath Pathiraja

I use this $("div.actions").insertBefore("div.content");

@Ken-mbira > ```ts > @ViewChild(ZXingScannerComponent) scanner: ZXingScannerComponent; >onCodeResult(result: string) { > this.operator_details.emit(result); > this.scanner.scanStop() > setTimeout(() => { > this.scanner.scanStart() > },3000) > } > ``` This is worked for...