ng2-ui / datetime-picker

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

Not Getting SRC folder #43

Closed DILEEPKUMAREBIX closed 7 years ago

DILEEPKUMAREBIX commented 7 years ago

On using '$ npm install ng2-datetime-picker --save' , i am not getting src foler. I want to modify dateTimePicker as per my requirement.

allenhwkim commented 7 years ago

Thanks for reporting this. src folder is intentionally removed from npm because it's not part of package. And, I do not recommend to modify source in node_modules since it will be over-written anytime soon by your command.

You still can source code from git clone https://github.com/ng2-ui/ng2-datetime-picker.git