mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Implemented GET call requests to see the events and also each event detail
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user