I'm getting the following error:

It seems the package.json main property is pointing to a file that requires all the components of this package. Shouldn't this point to a transpiled version of your library? Otherwise I need to have babel and the ng-annotate plugin in order to use this.
If I import "angular-datetime-input/dist/datetime" directly I get this error:

Any way to resolve this?
I'm getting the following error:

It seems the package.json
mainproperty is pointing to a file that requires all the components of this package. Shouldn't this point to a transpiled version of your library? Otherwise I need to have babel and the ng-annotate plugin in order to use this.If I import "angular-datetime-input/dist/datetime" directly I get this error:
Any way to resolve this?