Improve loader

This commit is contained in:
Peter Maquiran
2021-07-16 16:12:58 +01:00
parent 8fd7d482ee
commit 72bfa06d63
13 changed files with 36 additions and 24 deletions
@@ -37,6 +37,7 @@
</ion-refresher>
<div class="width-100" [ngSwitch]="segment">
<ion-progress-bar type="indeterminate" *ngIf="skeletonLoader"></ion-progress-bar>
<div *ngIf="parecerList">
<ion-list *ngSwitchCase="'parecer'">
<!-- *ngFor = "let task of parecerList; let i = index"