|
|
|
|
@ -49,6 +49,9 @@
|
|
|
|
|
<!-- NOT ADDRESS & BASIC_DETAILS -->
|
|
|
|
|
<ion-col
|
|
|
|
|
*ngIf="getPassNotificationDetails?.REQUEST_TYPE != 'ADDRESS' && getPassNotificationDetails?.REQUEST_TYPE != 'BASIC_DETAILS' ">
|
|
|
|
|
<div *ngIf="notificationBodyRes?.length <= 0 ">
|
|
|
|
|
<p>{{'worklist, loading'| translate}} <img style="width: 3%;" src="../assets/icon/progress-loading.gif"/></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div *ngIf="notificationBodyRes?.length > 0 ">
|
|
|
|
|
<ion-card *ngFor="let item of notificationBodyRes;let i=index; "
|
|
|
|
|
style="width: 91%;">
|
|
|
|
|
|