Trying to implement preview of image in Angular using flow

47 Views Asked by At
<img flow-img="blobImage" flow-init>
  • The blobImage variable contains the base64 string of an image.
  • Am i missing something or syntax error ?
1

There are 1 best solutions below

0
On
<img flow-img="$flow.files[0]" />

or

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