plotly / angular-plotly.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is Plotly compatible with ivy compiler?

nithinkrishnan opened this issue · comments

While trying to integrate the plotly library following the steps mentioned, I am getting the following error:

image

What changes should be done to make it ivy compatible?
Anyone else facing the same issue?
We are using angular 10 version.

"@angular/compiler": "~10.1.0",
"@angular/core": "~10.1.0",

I think that was done wrong from my side.
After integrating "angular-plotly.js" the ivy compiler will compile only the chjanges. That was causing the issue.
I had to stop the ng serve (Using Ctrl + C). And then rerun the command (ng serve).
And it worked like charm.

image

Closing the issue