我已经在Angular4中实现了google-charts,引用了以下链接:
https://developers.google.com/chart/
尽管图表可以正确显示并获得饼图,但是由于无法将项目上载到服务器(部署问题),Type-Script编译显示错误。
在index.js中,我包含了相应的文件。在abc.ts(typeScript文件)中,我什至尝试使用
public google: any;
或
let google: any;
但是,仍然无法消除此错误。有人可以帮我吗。我不想安装npm-package或获取任何新版本,因为饼图的所有工作都将浪费或需要更改。
index.html
abc.ts
有人可以帮我吗?