atais / ng2-eonasdan-datetimepicker

A wrapper directive around the Eonasdan Datepicker v4 component.
MIT License
34 stars 23 forks source link

Hi @fetrarij, we were able to get it to work in our project, and the need for a fix was probably project-specific. We had to manually import a script, and then everything worked fine. Thanks for checking though. I'll close this. #64

Open ramyalatha-redpinesignals opened 5 years ago

ramyalatha-redpinesignals commented 5 years ago

Hi @fetrarij, we were able to get it to work in our project, and the need for a fix was probably project-specific. We had to manually import a script, and then everything worked fine. Thanks for checking though. I'll close this.

Originally posted by @benjaminrlawrence in https://github.com/atais/ng2-eonasdan-datetimepicker/issues/56#issuecomment-419901029

Where did ou import script manually

benjaminrlawrence commented 5 years ago

We had this line at the top of our datetime-picker.component.ts file. import 'eonasdan-bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js';