Angular Material Timepicker is a simple library that allows you to open a easy to understand popup for pick time in hh:mm
format.
https://jfilgairacordon.github.io/material-timepicker/
You only need to add the angularMaterialTimepicker
directive to an input like this:
<input type="text" angularMaterialTimepicker>
or if you are using material:
<mat-form-field>
<input type="time" matInput angularMaterialTimepicker />
</mat-form-field>
npm i @jfilgaira/angular-material-timepicker