.ts file
generateQRCode(data){ let reader = new FileReader(); reader.readAsDataURL(data); reader.onload = ()=>{