How to pass parameters in pop method of ionic2

后端 未结 8 1587
隐瞒了意图╮
隐瞒了意图╮ 2021-02-04 07:04

I tried passing parameters in push method of ionic2. like this

this.nav.push(SecondPage, {
    thing1: data1,
    thing2: data2
});

but is ther

8条回答
  •  野的像风
    2021-02-04 07:33

    pass in a callback when transitioning by aaronksaunders in this forum

    https://forum.ionicframework.com/t/solved-ionic2-navcontroller-pop-with-params/58104/4

    Going to try it out.

提交回复
热议问题