I'm currently working with the time-picker component provided by ngx-bootsrap and I am looking to integrate the time-picker into an input box in a manner similar to how it is done with the date-picker (which can be seen in date-picker)
https://i.sstatic.net/BhiPy.png
Does anyone have any suggestions on how to achieve this? The documentation only seems to mention using the time-picker HTML directive:
eg:- <timepicker [(ngModel)]="mytime"></timepicker>