I'm using the time-picker component from ngx-bootsrap and I want to include the time-picker to an input box as follows. (More in a popup dialog way, which used in date-picker)
Any advice on how to do that , because as per the documentation it always uses the time-picker HTML directive.
eg:- <timepicker [(ngModel)]="mytime"></timepicker>
