You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: