mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
swiper add question mark
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
</ion-content>
|
</ion-content>
|
||||||
|
|
||||||
<ion-footer>
|
<ion-footer>
|
||||||
<div *ngIf="publicationList.Files.length > 1" class="dots-container">
|
<div *ngIf="publicationList?.Files?.length > 1" class="dots-container">
|
||||||
<span *ngFor="let files of publicationList.Files; let k = index"
|
<span *ngFor="let files of publicationList.Files; let k = index"
|
||||||
[class.dotsSwiper]="true"
|
[class.dotsSwiper]="true"
|
||||||
[class.active-dot]="swiperIndex === k"
|
[class.active-dot]="swiperIndex === k"
|
||||||
|
|||||||
Reference in New Issue
Block a user