gpt4 book ai didi

google-maps - 带有 angular2 应用程序的 angular2-google-maps

转载 作者:太空狗 更新时间:2023-10-29 17:50:18 24 4
gpt4 key购买 nike

我已经设置了 angular2-google-map使用 angular2 应用程序。

这是 app.module.ts

import { NgModule }      from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';
import { AgmCoreModule} from 'angular2-google-maps/core';
@NgModule({
imports: [ BrowserModule, AgmCoreModule.forRoot({apiKey: 'AIzaSyAe3ci9yavJcWt7MaJE8DusAuZo-QeRqkU'}) ],
declarations: [ AppComponent ],
bootstrap: [ AppComponent ],
})
export class AppModule { }

然后我使用命令安装了 angular2-google-maps,

npm install angular2-google-maps --save

安装成功。当我使用 npm start 运行应用程序时,它显示一条错误消息,

http://localhost:3000/angular2-google-maps/core Failed to load resource: the server responded with a status of 404 (Not Found)

但我可以在 node_modules 中看到 angular2-google-maps 文件夹。有什么问题?

最佳答案

您忘记在 system.config.js 中添加 map

'angular2-google-maps/core': 'npm:angular2-google-maps/core/core.umd.js'

通过将上面的内容添加到 systemjs 配置中。当您尝试导入 angular2-google-maps/core 时,模块加载器将理解加载 core.umd.js

关于google-maps - 带有 angular2 应用程序的 angular2-google-maps,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41844243/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com