📌  相关文章
📜  命名空间 'google.maps' 没有导出的成员 'MarkerChangeOptionEventNames' - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:22.291000             🧑  作者: Mango

代码示例1
// It seems, that Angular 11 does not work properly in combination with 
// @agm/core 3.0.0-beta.0 (newest version). Try to downgrade @agm/core to the previous 
// version 1.1.0.

"dependencies": {
    "@agm/core": "^1.1.0"
}

// (run npm install after changing the agm version)