<img src= photo *ngIf="photo"/>
what is that?
src is a PATH & name to an image file.
see this example
https://devdactic.com/complete-image-guide-ionic/
u have to write the image to some storage media
<img src= photo *ngIf="photo"/>
what is that?
src is a PATH & name to an image file.
see this example
https://devdactic.com/complete-image-guide-ionic/
u have to write the image to some storage media