owsolutions / amazing-time-picker

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

Support Angualr 9? #144

Open yogeshvn opened 4 years ago

yogeshvn commented 4 years ago

in angualr 9 giving follwing issue modules/amazing-time-picker/node_modules/rxjs/Rx'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

markyleong commented 4 years ago

The full warning message is:

Warning: Entry point 'amazing-time-picker' contains deep imports into '/node_modules/amazing-time-picker/node_modules/rxjs/Rx'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

mwawrusch commented 4 years ago

Actually let's make this support for Angular 10 :)

ssougnez commented 4 years ago

At this rate, it will probably be Angular 12...

JoniJnm commented 3 years ago

I did a fork to compile the project in angular 11.

There are a lot of files changed, that's why I didn't send a PR (I didn't edit the original files)

https://github.com/JoniJnm/amazing-time-picker

ivanhdzd commented 3 years ago

I did a fork to compile the project in angular 11.

There are a lot of files changed, that's why I didn't send a PR (I didn't edit the original files)

https://github.com/JoniJnm/amazing-time-picker

Thank you so much @JoniJnm, I confirm that your fork works in Angular 12!