Skip to content

jfilgairacordon/material-timepicker

Repository files navigation

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 @jfilgaira/angular-material-timepicker

About

A simple time picker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published