Added events to Agenda

This commit is contained in:
Tiago Kayaya
2020-08-24 12:45:42 +01:00
parent 88a12ffda5
commit d8f224a4e3
5 changed files with 146 additions and 190 deletions
@@ -34,6 +34,8 @@ export class EventDetailPage implements OnInit {
/* this.loadedEvent = this.eventsService.getEvent(eventId); */
this.eventItem = this.eventsService.getEvent(eventId);
/* console.log(this.eventItem); */
this.eventsService.getEvent(eventId).subscribe(response =>
{
this.loadedEvent = response;