Hi, Can someone please give me an idea about this:
I used this dynamic form https://angular.io/docs/ts/latest/cookbook/dynamic-form.html
I have 2 selectmenu
The options of second selectmenu will be based on the selected value of first selectmenu
How can I populate the second ion-select?
Thank you.