ngx-material-timepicker
ngx-material-timepicker copied to clipboard
Programatically Close the time picker
@ViewChild(NgxMaterialTimepickerComponent) picker: NgxMaterialTimepickerComponent;
this.picker.close();