owsolutions / amazing-time-picker

Timepicker (Clock Picker) for Angular 2, Angular 4 and Angular 5, Angular 6, Angular 7 - Compatible with Angular Material
137 stars 76 forks source link

fetch time from input field and show in the time picker #87

Open Jagat-sdrc opened 6 years ago

Jagat-sdrc commented 6 years ago

how to fetch time from the input field and show in the time picker, if the time is already exist in the input field. I am using form control and here is my code snippet: <ion-input atp-time-picker formControlName="delivery_date" (click)="open()">