danielmoncada / date-time-picker-moment-adapter

Moment.js adapter for https://github.com/danielmoncada/date-time-picker
MIT License
5 stars 9 forks source link

Add OWL_MOMENT_DATE_TIME_ADAPTER_OPTIONS to public_api #2

Closed neodescis closed 2 years ago

neodescis commented 2 years ago

Can we add OWL_MOMENT_DATE_TIME_ADAPTER_OPTIONS injection token to the list of exports in public_api? Currently there doesn't seem to be a way for me to import the injection token so I can set the useUtc option for the adapter.

danielmoncada commented 2 years ago

yeah, i'll do that.. hopefully i can get to it this week.

danielmoncada commented 2 years ago

Available in version to 1.1.0

neodescis commented 2 years ago

Thank you very much! I also noticed that you have a dayjs adapter with the same issue. I'm not using it, but I'll file one there as well.