How to pass data i ionic2 to back button? Using this.navCtrl.pop(login);

It is possible to pass the param in

this.navCtrl.pop(homepage,data);

Home page => page
Data => username,
when i am using back(pop) to pass the datas. that data is not working