This commit is contained in:
Peter Maquiran
2021-07-17 14:31:14 +01:00
parent b1c165bf87
commit 6b883fbfb1
9 changed files with 79 additions and 36 deletions
@@ -21,7 +21,7 @@
<div class="width-100 overflow-y-auto height-100" >
<div >
<ion-progress-bar type="indeterminate" *ngIf="skeletonLoader"></ion-progress-bar>
<ion-list>
<ion-list *ngIf="taskslist.length >= 1">
<ion-item
class="expediente ion-no-padding cursor-pointer"
*ngFor = "let task of taskslist"