src/app/routes/map/map.module.ts
@@ -12,10 +12,10 @@ CommonModule, SharedModule, BaiduMapModule.forRoot({ ak:'rER1sgBIcQxkfNSlm2wmBGZGgEERrooM' ak: 'rER1sgBIcQxkfNSlm2wmBGZGgEERrooM' }) ], declarations: [CoordinatesPickerComponent], exports:[CoordinatesPickerComponent] exports: [CoordinatesPickerComponent] }) export class MapModule { }