fengxiang
2018-05-11 fd7b11ec894b6f8c5cc736489c0f26eec35ad3ce
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 { }