add skeleton to gabinete page

This commit is contained in:
Peter Maquiran
2022-07-04 17:53:39 +01:00
parent 1a8be35a6e
commit d8d1fc7b0c
3 changed files with 124 additions and 115 deletions
@@ -35,7 +35,7 @@ export class PendentesPage implements OnInit {
private storage: Storage
) {
this.loggeduser = authService.ValidatedUser;
}
}
ngOnInit() {
@@ -80,13 +80,13 @@ export class PendentesPage implements OnInit {
}
})
}
}
getFromDb() {
this.storage.get('pendente-list').then((pendentes) => {
this.listToPresent =pendentes
})
}
getFromDb() {
this.storage.get('pendente-list').then((pendentes) => {
this.listToPresent =pendentes
})
}
doRefresh() {
setTimeout(()=>{