@MohamedTRIGUI wrote:
good evening how i can display a value which is in another sql table, from its id which is displayed in ion-list
example
ion-list
<ion-item *ngFor=“let session of sessions”>
{{ session.name}} {{ session.type}}
ion-listnoted that {{ session.type}} is an id(1,2,…), and the name displayed is in another table
Posts: 1
Participants: 1