Fix on route change event

This commit is contained in:
Peter Maquiran
2021-07-16 15:43:37 +01:00
parent 144444e1b2
commit 5e6e8e17f3
18 changed files with 130 additions and 119 deletions
@@ -29,6 +29,7 @@
</ion-refresher>
<div class="width-100 overflow-y-auto height-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"