|
@@ -10,6 +10,17 @@
|
|
|
</ion-header>
|
|
|
<ion-content>
|
|
|
<form id="details-form" [formGroup]="customerForm" (ngSubmit)="submit(customerForm.value)">
|
|
|
+ <ion-card>
|
|
|
+ <div style="position: relative">
|
|
|
+ <img src="./assets/images/customer.png" />
|
|
|
+
|
|
|
+ <!--<ion-fab left bottom>
|
|
|
+ <button ion-fab class="fab-picture">
|
|
|
+ <ion-icon name="camera"></ion-icon>
|
|
|
+ </button>
|
|
|
+ </ion-fab>-->
|
|
|
+ </div>
|
|
|
+ </ion-card>
|
|
|
<ion-item>
|
|
|
<ion-label stacked>Nombre</ion-label>
|
|
|
<ion-input type="text" formControlName="name"></ion-input>
|