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
I went ahead and downgraded to Angular 4 in package.json in my local build and module version is now 3. I don't know if this is the right way to do it or this thing will break something for newest Angular releases and if it's worth doing it.
I'm trying to import the module into an angular 4 application, but I get the following error:
ERROR in Error: Metadata version mismatch for module ngx-vis.d.ts, found version 4, expected 3
Reading here and there I see that this is something related to the supported angular version :
Now, checking ngx-vis/ngx-vis.metadata.json I see that module version is indeed 4.
Is this something intended?
Thanks
The text was updated successfully, but these errors were encountered: