参照 https://github.com/Cordobo/angularx-qrcode#installation 在 app.component.html 中添加下面的代码
<qrcode [qrdata]="'Your data string'" [width]="256" [errorCorrectionLevel]="'M'"></qrcode>
访问时浏览器控制台报错
inject() must be called from an injection context such as a constructor, a factory function, a field initializer, or a function used with `EnvironmentInjector#runInContext`
请问如何解决?
angular 版本是 14.2.7
换成 angular 12.2.15 则正常,看来对 angular 14 的支持问题
重新安装 angularx-qrcode 后正常了,可能是之前的 angularx-qrcode 安装有问题