|
|
|
|
@ -312,9 +312,9 @@
|
|
|
|
|
|
|
|
|
|
<div *ngIf="notificationBodyRes?.length > 0 ">
|
|
|
|
|
<ion-card *ngFor="let item of notificationBodyRes;let i=index; " style="width: 91%;">
|
|
|
|
|
<ion-card-content>
|
|
|
|
|
<ion-card-content *ngIf="item.Collection_Notification.length > 0">
|
|
|
|
|
<div>
|
|
|
|
|
<ion-row class="" *ngIf=" item.Collection_Notification.DISPLAY_FLAG != 'N' ">
|
|
|
|
|
<ion-row *ngIf=" item.Collection_Notification.DISPLAY_FLAG != 'N' ">
|
|
|
|
|
<ion-col class="rowBorder"
|
|
|
|
|
*ngFor="let notificationBody of item.Collection_Notification;" size="6"
|
|
|
|
|
[hidden]="notificationBody.DISPLAY_FLAG == 'N'">
|
|
|
|
|
|