Amazing Time Picker (Clock) is a visual time picker for Angular 2+ projects. You can use this time picker with Angular 2, 4, 5, 6, 7, and Angular Material. This project does not require corner material or any other dependencies.
amazing time picker alternative, time picker for angular material, simple time picker angular, react time picker, angular material time picker dropdown, react best time picker
How to make use of it:
Installation:
npm install amazing-time-picker --save
Next, open app.module.ts or any other module between which you want to use the time picker, import it, and add it to the imports section:
import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AmazingTimePickerModule } from 'amazing-time-picker'; // this line you need import { AppComponent } from './app.component'; @NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule, AmazingTimePickerModule // this line you need ], providers: [], bootstrap: [AppComponent] }) export class AppModule { }
amazing clock time picker for angular Plugin/Github
See Demo And Download
Official Website(owsolutions): Click Here
This superior jQuery/javascript plugin is developed by owsolutions. For extra advanced usage, please go to the official website.