ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

bundling @angular and rxjs with RC5 makes RC6 failing #18

Closed 0cv closed 7 years ago

0cv commented 8 years ago

Because some dependencies have been updated as part of RC6 and ng2DatetimePicker is actually using RC5 in Npm, this module is breaking.

Easy fix is to remove the package dependency (my current workaround was just to delete node_module in ng2DatetimePicker, npm defaults then on the main node_modules rep).

visitek commented 7 years ago

We use RC6 and everything is allright.

allenhwkim commented 7 years ago

closing. if not works, please open it again.