【问题标题】:I am trying to implement preview of image in Angular using flow but not able to get it我正在尝试使用流程在 Angular 中实现图像预览,但无法获得它
【发布时间】:2021-09-07 07:17:57
【问题描述】:
<img flow-img="blobImage" flow-init>
  • blobImage 变量包含图像的 base64 字符串。
  • 我是否遗漏了什么或语法错误?

【问题讨论】:

    标签: angular flow ng-flow


    【解决方案1】:
    <img flow-img="$flow.files[0]" />
    

    <img flow-img="$blobImage" flow-init />
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-04-03
      • 2022-09-23
      • 2022-08-19
      • 2021-07-06
      • 1970-01-01
      • 1970-01-01
      • 2018-12-02
      相关资源
      最近更新 更多