The blobImage variable contains the base64 string of an image. Am i missing something or syntax error ?" /> The blobImage variable contains the base64 string of an image. Am i missing something or syntax error ?" /> The blobImage variable contains the base64 string of an image. Am i missing something or syntax error ?"/>

Trying to implement preview of image in Angular using flow

69 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
hosein khan beigi On
<img flow-img="$flow.files[0]" />

or

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