danielmoncada / date-time-picker

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

Add moment.js to the project dependencies #131

Closed Vaggal closed 2 years ago

Vaggal commented 2 years ago

Since the package does not work properly without moment.js as a dependency it should define it explicitly as one of its dependencies. Then the users will not have to bother with installing themselves moment.js (as mentioned in #20).

danielmoncada commented 2 years ago

thanks!