Im using a custom directive to diplay QRcode on my site, i want the QR code to display on a sweetalert2 pop up.
I've tried to address it like:
Swal({title: 'HTML <small>QR Code</small>!',
html: '<qrcode></qrcode>'
});
But the up doesn't display the output produced by the directive
Note: I have rested the QRcode directive without the pop up and it works fine.
Any help on this matter is appreciated.
Thanks