fengxiang
2018-07-06 8ac3a87733b421c1f1cb3b691f946c05bdae02df
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 { }