<script src="https://maps.googleapis.com/maps/api/js?key=KEY"></script>declare var google;| <ion-header> | |
| <ion-toolbar> | |
| <ion-buttons slot="start"> | |
| <ion-menu-button></ion-menu-button> | |
| </ion-buttons> | |
| <ion-title> | |
| Demo | |
| </ion-title> | |
| </ion-toolbar> | |
| </ion-header> |
| <ion-content padding> | |
| <div class="wrapper"> | |
| <img class="logo" src="assets/images/head.svg"/> | |
| <h1>submit a meme</h1> | |
| <form (ngSubmit)="uploadFile()" novalidate [formGroup]="formControl"> | |
| <ion-grid class="Login-form"> | |
| <ion-list> | |
| <ion-row> | |
| <ion-item> | |
| <ion-input type="text" placeholder="Full Name" formControlName="fullname"></ion-input> |
| <ion-toolbar> | |
| <ion-segment [(ngModel)]="selectedSegment" (ionChange)="onSegmentChanged($event)"> | |
| <ion-segment-button value="first"> | |
| First | |
| </ion-segment-button> | |
| <ion-segment-button value="second"> | |
| Second | |
| </ion-segment-button> | |
| <ion-segment-button value="third"> | |
| Third |