@ -27,8 +27,8 @@ export class ConnectorService {
public static retryTimes = 0;
public static timeOut = 120 * 1000;
public static host = 'https://uat.hmgwebservices.com/';
// public static host = 'https://hmgwebservices.com/';
// public static host = 'https://uat.hmgwebservices.com/';
public static host = 'https://hmgwebservices.com/';
constructor(public httpClient: HttpClient,
public cs: CommonService,
@ -150,7 +150,7 @@
<ion-col lines="none" size="3" *ngFor="let obj of addAttachRequest">
<div class="image-container">
<div class="uploaded">
<div class="closed" (click)="deletePhoto(item)" *ngIf="!obj.attachmentId">X</div>
<div class="closed" *ngIf="!obj.attachmentId">X</div>
<img [src]="getImgContent('data:image/png;base64, ' +obj.Base64Data) " />
</div>
@ -45,7 +45,7 @@
<ion-label>{{ 'general,to-date' | translate}}</ion-label>
<ion-datetime
[placeholder]="Select"
placeholder="Select"
display-format="DD/MM/YYYY"
[min]="1900"
[max]="2100"
@ -81,7 +81,7 @@ export class AddUpdateContactComponent implements OnInit {
constructor(
public modalController: ModalController,
private ts: TranslatorService,
public ts: TranslatorService,
private profileService: ProfileService,
public datePicker: DatePicker,
public router: ActivatedRoute