Is there anyone familiar with how to return a simple value (or JSON
) by clicking on the return button in Ionic 2's navigation bar?
I understand that navParam
can be used to send a value when pushing a page, but I am unsure how to implement the same functionality for the pop action and connect it to the return button in the navigation bar.