owsolutions / amazing-time-picker

Timepicker (Clock Picker) for Angular 2, Angular 4 and Angular 5, Angular 6, Angular 7 - Compatible with Angular Material
137 stars 76 forks source link

amazing-time-picker angular6 #88

Closed ChristianRails closed 6 years ago

ChristianRails commented 6 years ago

I am installing it for angular6, there was a failure on compilation

ERROR in ./node_modules/amazing-time-picker/amazing-time-picker.es5.js
Module not found: Error: Can't resolve 'rxjs/Subject' in '/home/administrator/ang_flask/angular6/hrt.v6/hrt-mat/node_modules/amazing-time-picker'

To solve it change in: node_modules/amazing-time-picker/amazing-time-picker.es5.js import { Subject as Subject$1 } from 'rxjs/Subject' (doesn't compile) import { Subject as Subject$1 } from 'rxjs' (does compile)

-Still I haven't use it in the component to test it fully.

rattanakchea commented 6 years ago

I tried this today. Only the hour selector work, the minutes does not.

torabian commented 6 years ago

Please download version 1.8.0. We addressed this issue.