Skip to main content
The 2024 Developer Survey results are live! See the results
1 of 3
Dani
  • 4k
  • 5
  • 51
  • 115

In last page:

 this.navCtrl.getPrevious().data.newGame = true;
 this.navCtrl.pop();

In 2nd page:

public ionViewWillEnter() {
     this.newGame = this.navParams.get('newGame')|| null;
}
Dani
  • 4k
  • 5
  • 51
  • 115