-
-
Notifications
You must be signed in to change notification settings - Fork 78
Error message with Angular Ivy #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Forgot to add the angular version Angular: 9.1.3 Package Version@angular-devkit/architect 0.901.3 |
Hello @LaurentPlagne . I could not replicate it locally. Looks like is something new related to Ivy ( haven't tested anything about it yet ). |
Hello Andre, |
In package.json scripts object adding this key value pair fixed the issue for me.
|
Hello,
I am a newby user of both angular and Plotly hence forgive me if my question is not relevant.
I try to follow the instruction to use Plotly in an angular component and I get the followiing error message :
`ERROR in node_modules/angular-plotly.js/src/app/plotly/plotly.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.
Any hint ?`
The text was updated successfully, but these errors were encountered: