I'd like to create a ion-select menu with ionic4 where the user can select a value from 20 to 220 but without writing manually 20, 21, 22 etc...
I've tried implementing the method of this post Tersest way to create an array of integers from 1..20 in JavaScript
But I don't know how to convert this javascript code into my ionic4 app using typescript...
Thank you for your help.