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'

enter image description here


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -