0.0.1 • Published 2 years ago

@jfilgaira/angular-material-timepicker v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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