This commit is contained in:
Peter Maquiran
2021-11-07 20:56:34 +01:00
parent c1bdeddb00
commit 585e0989d8
8 changed files with 421 additions and 15 deletions
@@ -95,6 +95,7 @@ export class ViewEventPage implements OnInit {
}
loadEvent() {
this.eventsService.getEvent(this.eventId).subscribe(res => {
console.log(res);
this.loadedEvent = res;