danielmoncada / date-time-picker

Angular Date Time Picker (Responsive Design)
https://daniel-projects.firebaseapp.com/owlng/date-time-picker
MIT License
141 stars 61 forks source link

UnixTimestampAdapter does not exist in published release #97

Closed sedran closed 3 years ago

sedran commented 3 years ago

The following folder does not exist in the published release on npmjs:

https://github.com/danielmoncada/date-time-picker/tree/master/projects/picker/src/lib/date-time/adapter/unix-timestamp-adapter

Did I forgot something while developing the adapter? I think there are some files that should reference this adapter in order for npm build to put those files into the distribution.

danielmoncada commented 3 years ago

@sedran yeah you forgot a few things. I'll create a PR today. Thanks

sedran commented 3 years ago

Hello @danielmoncada, any update on this issue? In case you are busy, if you tell me which files need to be changed I can try to help.

danielmoncada commented 3 years ago

fixed in https://github.com/danielmoncada/date-time-picker/pull/104

danielmoncada commented 3 years ago

@sedran should be fixed in 10.2.0. thanks!