initial repo creation

This commit is contained in:
Matt Netkow
2018-11-19 16:10:42 -06:00
parent d8184fa70c
commit 6bd62050f3
105 changed files with 11985 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
<ion-header>
<ion-toolbar>
<ion-title>Photo Gallery</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
<img [src]="currentImage" *ngIf="currentImage">
<ion-fab vertical="bottom" horizontal="center" slot="fixed">
<ion-fab-button (click)="takePicture()">
<ion-icon name="camera"></ion-icon>
</ion-fab-button>
</ion-fab>
</ion-content>