@niccoicco9 wrote:
hi guys, i need help. before i pass data with this method:
this.navCtrl.push(UserSettingsPage, { userConfiguration: this.userConfiguration})
and in the other page i get the data with navparams:
this.userConfiguration = this.navParams.get('userConfiguration')
now i can’t because navcontrol is changed.
i need to pass data with the new navControl:
this.navCtrl.navigateForward('user-settings')
but i don’t know how get the data in the other page.
Posts: 1
Participants: 1