ng2-ui / datetime-picker

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

moment.js supports typescript #32

Closed 0cv closed 7 years ago

0cv commented 7 years ago

Adding the moment.js script directly in the html page is probably an unusual way for Angular2 developers using typescript. Additionally, Moment.js supports typescript (http://momentjs.com/docs/#/use-it/typescript/) so it would be probably easy to support that in this module

allenhwkim commented 7 years ago

I ran out of idea now. Could you make a PR for this? I would appreciate if you do

allenhwkim commented 7 years ago

Tried momentjs with typescript However, IMO, momentjs is not ready for Typescript and webpack. I will close this until someone successfully use momentjs in typescrpt and webpack.