@PleaseHelpMeIWillLov wrote:
So I want to make all the options from the json array
example i open the ion item and all the options are from the option array
{ "name":"John", "age":30, "option":[ "1", "2", "3" ] }
<ion-item> <ion-label>Gender</ion-label> <ion-select [(ngModel)]="options"> <ion-option></ion-option> </ion-select> </ion-item>
PleaseHelpMeIwIllLoveyOuForEver!
Posts: 1
Participants: 1