Hello,
I used to use this line with ionic 3
this.navCtrl.push(CURRENT-PAGE);
to refresh the page with different values and have “back” button ready to go back. How can i achieve this with ionic 6 using routers or navcontrollers ?
Thanks in advnace