无法使ng2-charts工作。 [ng2-charts(Not Found)zone.js]

时间:2017-03-14 13:44:32

标签: angular ng2-charts

我已经关注了网站上的所有内容:http://valor-software.com/ng2-charts/

  1. npm install ng2-charts --save
  2. npm install chart.js --save
  3. 然后我在HTML中添加了这个脚本链接:

    <script src="node_modules/chart.js/dist/Chart.bundle.js"></script>
    

    接下来我添加了我的导入语句:

    enter image description here

    由于import语句,我现在在zone.js代码中抛出一个错误。

      

    获取http://localhost:3000/ng2-charts 404(未找到)zone.js:2019

    这是导入ng2图表的正确方法吗?或者我错过了什么。我对angular2很新。

0 个答案:

没有答案