I have been looking searching to find anything related to this. but no nothing.
<div>
<input [ngxTimepicker]="picker" >
<ngx-material-timepicker #picker></ngx-material-timepicker>
</div>
This is what I am using. I want the time-picker to be under the input component instead of a popup. which means. instead of taking the full screen, I want that to be open just under the input component