typescript - Could not find js libraries while using Plotly with Angular 2 -
i've added package.json
"@types/plotly.js": "^1.28.2" "plotly.js": "^1.29.0" and in component.ts
import * plotly 'plotly.js'; when i'm trying use plotly.newplot('test-plot', null) - app fails load system-config.js , plotly.js files. i'm using 'angular-seed'

Comments
Post a Comment