构建 Angular google 地图时出错(AGM)
Getting error while build Angular google maps(AGM)
我的 angular 应用程序无法创建产品版本。我用过 AGM(angular google 地图)。我遵循了每一步:
正在安装“@agm/core”:“^3.0.0-beta.0”
从'@agm/core'导入{AgmCoreModule};
AgmCoreModule.forRoot({
apiKey: '************************',
图书馆:[“地点”]
}),
ERROR in Directive ɵb in E:/omni-channel-web/omni-web/node_modules/@agm/core/agm-core.d.ts没有选择器,请添加!
无法确定 E:/omni-channel-web/omni-web/node_modules/@agm/core/agm-core.d.ts 中 class ɵb 的模块!将 ɵb 添加到 NgModule 以修复它。
有人能帮帮我吗,我脑袋坏了两天
@Richards 是正确的,我降级了并且有效。
我的 angular 应用程序无法创建产品版本。我用过 AGM(angular google 地图)。我遵循了每一步:
正在安装“@agm/core”:“^3.0.0-beta.0”
从'@agm/core'导入{AgmCoreModule};
AgmCoreModule.forRoot({ apiKey: '************************', 图书馆:[“地点”] }),
ERROR in Directive ɵb in E:/omni-channel-web/omni-web/node_modules/@agm/core/agm-core.d.ts没有选择器,请添加! 无法确定 E:/omni-channel-web/omni-web/node_modules/@agm/core/agm-core.d.ts 中 class ɵb 的模块!将 ɵb 添加到 NgModule 以修复它。
有人能帮帮我吗,我脑袋坏了两天
@Richards 是正确的,我降级了并且有效。