Looking to set up an ion-select menu in Ionic4 where users can pick a value between 20 and 220 without manually typing each number.
I attempted to use the approach detailed in this post Tersest way to create an array of integers from 1..20 in JavaScript
However, I'm unsure how to translate this JavaScript code into my Ionic4 app using TypeScript...
Your assistance is greatly appreciated. Thank you.