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
Its because the d.ts file says Eev is being exported as a property and as a default, whilst the code exports it as a default only. Therefore Eev should be imported as import Eev from 'eev'. I fixed this issue in #16
I'm working on an Angular 7 application, bundled with Webpack 4.
Inside a service file, I put the following code related to Eev
After bundling and starting the server, the app is not loaded and here is what shows up in console
ERROR TypeError: Eev.Eev is not a constructor
I tryed also with this code
The text was updated successfully, but these errors were encountered: