Last page:

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

2nd page:

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