Ionic 2 pop with parameters

hello I want to return to the parent page and pass a string parameter how can I do that?
because pop is used without parameters
thank you :relaxed:

this might help you

1 Like

You can also manage it with promise and navParam :wink:
http://stackoverflow.com/questions/38143454/ionic2-send-params-between-pages-when-clicking-on-the-return-nav-button-using

1 Like