Amazing Time Picker (Clock)
3 |Retain your Angular project a time picker.
21 |22 | A visual time picker for angular 2+ projects. You can use this timepicker 23 | with Angular 2, 4, 5, 6, 7 and Angular Material. 24 |
25 | 26 |npm i amazing-time-picker --save
27 |
28 | Installing
29 | 30 | You need to install this repository as dependency and import it to your 31 | `app.module.ts` in `imports` section. then, open your `app.module.ts` or 32 | other module that you want to use timepicker among, and import and add it to 33 | the `imports` section: 34 | 35 |{{appModule}}
36 |
37 | This helps your angular project to build and compile it and let you use it.
38 | ## Using in component markup After you have installed this module, you can
39 | use it within your html templates and give the directive to the any
40 | tag. When user closes the dialog, it's gonna update the input
41 | value and will listen to input click event to open the dialog.
42 |
43 | {{Directive}}
44 |
45 |
8 |
9 |
10 |
19 |