xieziyu / ngx-amap

angular 2+ component for AMap (Gaode map)
https://xieziyu.github.io/ngx-amap
MIT License
148 stars 42 forks source link

地点搜索服务,AmapPlaceSearchService 报错 #39

Open bl724 opened 5 years ago

bl724 commented 5 years ago

按照示例写的,只导入 AmapPlaceSearchService ,构造函数申明页面就报错 core.js:15724 ERROR Error: Uncaught (in promise): Error: StaticInjectorError(AppModule)[AmapPlaceSearchService -> LoggerService]: StaticInjectorError(Platform: core)[AmapPlaceSearchService -> LoggerService]: ionic4+angular7.2

xieziyu commented 5 years ago

确保你的module有正确引入 NgxAmapModule.forRoot({...})