@jfilgaira/angular-material-timepicker
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

/@jfilgaira/angular-material-timepicker/

    Package Sidebar

    Install

    npm i @jfilgaira/angular-material-timepicker

    Weekly Downloads

    3

    Version

    0.0.1

    License

    none

    Unpacked Size

    179 kB

    Total Files

    30

    Last publish

    Collaborators

    • jfilgaira