enad-Q1
enadhilal 4 years ago
parent bc3b3616a7
commit 95d6aa09dd

@ -27,8 +27,8 @@ export class ConnectorService {
public static retryTimes = 0; public static retryTimes = 0;
public static timeOut = 120 * 1000; public static timeOut = 120 * 1000;
// public static host = 'https://uat.hmgwebservices.com/'; public static host = 'https://uat.hmgwebservices.com/';
public static host = 'https://hmgwebservices.com/'; // public static host = 'https://hmgwebservices.com/';
constructor(public httpClient: HttpClient, constructor(public httpClient: HttpClient,
public cs: CommonService, public cs: CommonService,

@ -103,9 +103,11 @@
</div> </div>
<br /> <br />
<div [hidden]="isAnswer==true" <!-- <div [hidden]="isAnswer==true"
*ngIf="favoriteUserList.length> 0 && !userSelected && ReplacementList.length ==0 && searchBy == '4'"> *ngIf="favoriteUserList.length> 0 && !userSelected && ReplacementList.length ==0 && searchBy == '4'"> -->
<div class="uk-margin"> <div [hidden]="isAnswer==true"
*ngIf="favoriteUserList.length >0 && !userSelected && searchBy === '4'">
<div class="uk-margin">
{{'replacementRoll, favorite' | translate}} {{'replacementRoll, favorite' | translate}}
</div> </div>

Loading…
Cancel
Save