Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <ion-card>
  2. <ion-card-content>
  3. Hello World, this is my camera app
  4.  
  5. <button (click)="takePicture()">Take a Picture</button>
  6.  
  7. Latest Picture:
  8. <img [src]="base64Image" *ngIf="base64Image" />
  9. </ion-card-content>
  10. </ion-card>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement