在 ngx-image-zoom 中不显示图像

 <ngx-image-zoom [thumbImage]=imageString [fullImage]=imageString [magnification]="1"
        [enableScrollzoom]="true" [enableLens]="true" [lensWidth]="200"></ngx-image-zoom>

imageString  = "https://localhost:5101/DoImages/dced0609-1d03-4cd8-80ad-4ace5507e26d_fullres.jpg"

我正在清晰地获取图像,但它没有显示在 ngx-image-zoom 控件中。已经将所需的库导入为“import { NgxImagezoomModule } from 'ngx-image-zoom';”在 app.module.ts 和组件模块中但 dist 显示图像?上面有什么问题?

jyws8 回答:在 ngx-image-zoom 中不显示图像

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/5430.html

大家都在问