Implemented GET call requests to see the events and also each event detail

This commit is contained in:
Tiago Kayaya
2020-08-19 14:21:42 +01:00
parent 63f7b08091
commit d8a6f73878
13 changed files with 135 additions and 87 deletions
+3 -6
View File
@@ -40,16 +40,13 @@
</ion-toolbar>
<!-- List of Text Items -->
<div [ngSwitch]="segment">
<ion-list *ngSwitchCase="'combinada'">
<ion-list *ngSwitchCase="'combinada'" >
<ion-item-group>
<!-- [routerLink]="['/events', event.id]"
(click)="gotTo(event.id)"-->
<ion-item-group *ngIf="eventsList | async as events">
<ion-item-sliding>
<ion-item lines="none"
*ngFor="let event of events"
*ngFor="let event of events"
[routerLink]="['/home/events', event.EventId]">
<div class="div-item">
<div class="div-up">
<div class="div-icon">