Ionic 2 passing tabs NavParams to tab
This question is a few weeks old so you may have already found the answer. This feature was added in February: https://github.com/driftyco/ionic/issues/5475. Taking the code from your original tab page, let’s say a parameter is passed to the “parent” tab page and we want to store it in a property called fooId (this could be … Read more