Skip to main content
deleted 7 characters in body
Source Link
Dani
  • 4k
  • 5
  • 50
  • 114

Last page:

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

2nd page:

public ionViewWillEnter() {
     this.newGame = this.navParams.get('newGame')|| null;
}

Last page:

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

2nd page:

public ionViewWillEnter() {
     this.newGame = this.navParams.get('newGame')|| null;
}

Last page:

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

2nd page:

ionViewWillEnter() {
     this.newGame = this.navParams.get('newGame')|| null;
}
deleted 6 characters in body
Source Link
Dani
  • 4k
  • 5
  • 50
  • 114

In lastLast page:

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

In 2nd page:

public ionViewWillEnter() {
     this.newGame = this.navParams.get('newGame')|| null;
}

In last page:

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

In 2nd page:

public ionViewWillEnter() {
     this.newGame = this.navParams.get('newGame')|| null;
}

Last page:

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

2nd page:

public ionViewWillEnter() {
     this.newGame = this.navParams.get('newGame')|| null;
}
Source Link
Dani
  • 4k
  • 5
  • 50
  • 114

In last page:

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

In 2nd page:

public ionViewWillEnter() {
     this.newGame = this.navParams.get('newGame')|| null;
}