@jfilgaira/angular-material-timepicker
v0.0.1
Published
Angular Material Timepicker is a simple library that allows you to open a easy to understand popup for pick time in `hh:mm` format.
Readme
Material Timepicker
Angular Material Timepicker is a simple library that allows you to open a easy to understand popup for pick time in hh:mm format.
Demo
https://jfilgairacordon.github.io/material-timepicker/
Usage
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>Installation
npm i angularMaterialTimepicker -s