ReferenceError:图表未使用primeNg和angular 4定义

时间:2017-11-14 20:24:23

标签: angular chart.js primeng

当我从index.html

中取出这一行时,我收到了上述错误
<script src="node_modules/chart.js/dist/Chart.js"></script>

无论如何要取出index.html并在我的systemjs.config.js文件中添加等效行?

1 个答案:

答案 0 :(得分:0)

您可以在angular.json中使用最新版本的angular定义脚本,对于旧版本的angular,可以引用angular-cli.json

"scripts": ["./node_modules/chart.js/dist/Chart.js"]

如果您的项目正在运行,并且您正在文件运行时进行更改,则它们可能无法正常工作so stop the server and start again.