BestWay to receive params in ionic2 after Nav pop

Hello!!

I´m facing a litle problem. I´ve solve it with Events but I don´t think that is the best way to solve it.

The fact is that I´m navigating from one list items page to a create page, steps are:

  • Use push method of NavControllet
  • Create the item
  • Trigger an event with the Item as param
  • Add the item to the original list inside an event suscriptor

Is the best way to do it?

Thanks in advance

Don’t know if it’s the “best” but the solution provided by @aaronksaunders, passing a callback as navigation params and call the callback after the back was achieved, works well

Thanks I’m going to try it!!!