属性“图表”在类型“ google的类型”上不存在(Angular4中的Google图表)

时间:2018-09-26 10:19:43

标签: javascript angular typescript oop google-visualization

我已经在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

enter image description here

abc.ts

enter image description here enter image description here

有人可以帮我吗?

0 个答案:

没有答案