Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70440

How to convert this ionic 3 to ionic 5

$
0
0

@AvkAvk wrote:

showTrips() {
let tripAlert = this.alertCtrl.create();
tripAlert.setTitle(‘Trips’);
for (const trip of this.trips) {
tripAlert.addInput({
type: ‘radio’,
label: trip,
value: trip
});
}
tripAlert.addButton(‘Cancel’);
tripAlert.addButton({
text: ‘Ok’,
handler: trip => {
this.drawTrip(trip);
return true;
}
});
tripAlert.present();
}

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70440

Trending Articles



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