询问如何在角度4的HTML中生成QR码

时间:2018-11-27 05:20:30

标签: angular

在这里,我将html中的QR码绑定在一起,但是当我尝试扫描表单上的QR码但由于某些样式问题而无法扫描时。 Qr Code投入使用。我认为这可能是一些Boostrap问题。如果您有任何建议,请分享。

我的代码:

<img *ngIf="(result['qrcodefilepath'] !=null && result['qrcodefilepath'] !='')" 
     bind-src="result['qrcodefilepath']" 
     style="position:absolute;top: 7px;left:0.96in;"
/>

0 个答案:

没有答案