-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Angular 11 - plotly-plot' is not a known element #186
Comments
Hello @kperveen , funny is that this is an angular error. Could you confirm that you've added/imported the PlotlyViaCdnModule correctly to the app.module ? |
Same problem with angular 13.3.2. |
I get this error:
I setup the project with yarn using pnp. Now it throws this error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed the getting started steps provided in the documentation but I am not able to run Plotly successfully
npm version: 6.14.6
node version: 12.18.1
Angular cli version: 11.2.14
I get the following error when I add
<plotly-plot>
element to my templateplotly-plot' is not a known element:
I have tried the following
Did I miss something?
The text was updated successfully, but these errors were encountered: