【发布时间】:2017-09-25 02:10:48
【问题描述】:
我已安装 @types/chrome 并将其添加到 tsconfig.app.json
"types": [
"chrome"
]
但是当我在组件中使用chrome.app 时,它会显示错误:
“typeof chrome”类型上不存在属性“app”
@types/chrome 文件夹包含 chrome-app.d.ts 是我需要的文件,我该如何参考这个
来源https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome
【问题讨论】:
标签: angular typescript angular-cli definitelytyped