【发布时间】:2022-11-03 16:14:01
【问题描述】:
我想在离子电容器角度项目中包含谷歌地图,所以我按照他们的documentation 这样做。但是当我构建时,出现以下错误:
Error: node_modules/@capacitor/google-maps/dist/typings/definitions.d.ts:1:23 - error TS2688: Cannot find type definition file for 'google.maps'.
[ng] 1 /// <reference types="google.maps" />
我到处搜索,检查了文档,甚至遵循了stack overflow question none 中的答案,这似乎有帮助:
【问题讨论】:
标签: angular google-maps ionic-framework capacitor