ngx-time-input
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

ngx-time-input

A simple angular input component to help users type time. It can parse most commonly used time formats to let your users type the time in any manner they want.

Usage

  1. Install the package using npm or yarn

    npm install ngx-time-input OR yarn add ngx-time-input

  2. Import TimeInputModule in your app.module.ts

    import { TimeInputModule } from ngx-time-input

  3. Add TimeInputModule to the imports array in your AppModule

  4. Use as: <ngx-time-input (onTimeChange)="timeChanged($event)"></ngx-time-input>

TODO

  1. Configuration Options
  2. Usage within a form.
  3. Unit Tests

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-time-input

Weekly Downloads

3

Version

0.0.1

License

none

Unpacked Size

135 kB

Total Files

29

Last publish

Collaborators

  • varun1505