|
|
|
@ -4,11 +4,11 @@
|
|
|
|
</app-generic-header>
|
|
|
|
</app-generic-header>
|
|
|
|
|
|
|
|
|
|
|
|
<ion-content style="--background:#F4F4F4;">
|
|
|
|
<ion-content style="--background:#F4F4F4;">
|
|
|
|
<ion-searchbar (ionInput)="filterList($event)" style="--background: white; margin-top: 10px;"></ion-searchbar>
|
|
|
|
<ion-searchbar (ionInput)="filterList($event)" style="--background: white; margin-top: 10px; padding-bottom: 20px;"></ion-searchbar>
|
|
|
|
<ion-list style="background: #f4f4f4; margin-top: -8px !important;">
|
|
|
|
<ion-list style="background: #f4f4f4; margin-top: -8px !important;">
|
|
|
|
<div *ngFor="let item of announcementList; let i = index"
|
|
|
|
<div *ngFor="let item of announcementList; let i = index"
|
|
|
|
[ngClass]="i>0 && !item.Open ? 'class-dev-close': 'class-dev-open'"
|
|
|
|
[ngClass]="i>0 && !item.Open ? 'class-dev-close': 'class-dev-open'"
|
|
|
|
style="margin: 15px; background: white;">
|
|
|
|
style="margin: 15px;">
|
|
|
|
<ion-card *ngIf="i === 0 && !item.isOpen" (click)="toggleAnnouncement(item)" class="main-card-style">
|
|
|
|
<ion-card *ngIf="i === 0 && !item.isOpen" (click)="toggleAnnouncement(item)" class="main-card-style">
|
|
|
|
<img [src]="item.img" class="main-card-image">
|
|
|
|
<img [src]="item.img" class="main-card-image">
|
|
|
|
<ion-item class="main-card-item-list-style">
|
|
|
|
<ion-item class="main-card-item-list-style">
|
|
|
|
|