src/app/routes/map/coordinates-picker/coordinates-picker.component.ts
@@ -16,6 +16,7 @@ export class CoordinatesPickerComponent{ Default_LNG = 121; Default_LAT = 31.4; isSaving = false; markerOption:{ point:Point, options:MarkerOptions @@ -114,6 +115,7 @@ this.subject.destroy(); } save() { this.isSaving = true; this.subject.next(); this.subject.destroy(); }