Skip to content

Instantly share code, notes, and snippets.

@geykel
Created February 22, 2017 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geykel/d37d887ada1efe33985cd9ddb4d89b40 to your computer and use it in GitHub Desktop.
Save geykel/d37d887ada1efe33985cd9ddb4d89b40 to your computer and use it in GitHub Desktop.
<ion-header>
<ion-navbar>
<ion-title>Home</ion-title>
</ion-navbar>
</ion-header>
<ion-content padding>
<button ion-button full (click)="takePicture()">Tomar foto</button>
<img *ngIf="base64Image" [src]="domSanitizer.bypassSecurityTrustUrl(base64Image)">
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment