I\'m using Ionic v2 and I can not set the selected value when showing the page.
This is working for me.
In html :
Form 1 Form 2
In ts :
company = { form:null }; constructor(){ this.company.form = "frm1"; }