Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49083

How to get value from html to TS?

$
0
0

I’m using ionic 5 but cannot do the following code:

        <ion-select-option name="myToken" *ngFor="let user of listUsers" [value]="user.token"
          (ionChange)="getTokenUser($event, user.id)">
          {{ user.fullname }}
        </ion-select-option>

I would like to get the user.id from the ngfor and using it on TS, how can achieve that?

Thank you!

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 49083

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>