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!
Your single <ion-option>
seems to be empty.
ramon
3
Please do not create new topics to ask the same question:
As long as you are writing two new posts and waiting for the answers, you could have done some tests or read a bit to solve your problem by yourself.