This commit is contained in:
tiago.kayaya
2021-09-15 16:20:59 +01:00
parent 8f52a10ec9
commit bc1cf6ef73
6 changed files with 16 additions and 8 deletions
@@ -122,6 +122,11 @@ export class ViewEventPage implements OnInit {
}
doRefresh(ev){
this.loadEvent();
ev.target.complete();
}
loadEvent() {
const loader = this.toastService.loading();
this.eventsService.getEvent(this.eventId).subscribe(res => {