atais / ng2-eonasdan-datetimepicker

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

error in import datetimepicker from eonasdan-bootstrap-datetimepicker #7

Closed anksuthar closed 6 years ago

anksuthar commented 7 years ago

It is not run directly by same as code in new ng 2 app which is build by CLI

We need to give full path

like

import { A2Edatetimepicker } from 'ng2-eonasdan-datetimepicker/src/datetimepicker.module'; import { DateTimePickerDirective } from 'ng2-eonasdan-datetimepicker/src/datetimepicker.directive';

When adding import datetimepicker from 'eonasdan-bootstrap-datetimepicker';

it gives error

Error in import datetimepicker from 'eonasdan-bootstrap-datetimepicker';

So how we can import in our application

We have not file system.js and other directly app.module.ts

image

image

atais commented 6 years ago

I think it is fixed with #27 and #31