ChartJS在Angular中的安装实现,我使用命令完成。
npm install chartjs --save
一切正常,没有任何错误,请检查node_modules文件夹并正确查看所有文件夹和所有文件。
我加入了这一行:
<script type="text/javascript" src="../node_modules/chart.js/dist/Chart.min.js"></script>
我检查文件路径是否正确,就是这样,我启动服务器,浏览器中出现以下错误:
The resource of “http://localhost:4200/node_modules/chart.js/dist/Chart.min.js” was blocked due to a mismatch of the type MIME (“text/html”) (X-Content-Type-Options: nosniff).
我一直在寻找有关如何解决此错误的信息,我发现的所有答案都基于Apache或nginx,与Angular无关。