I want to navigate the same page using routing in Ionic 4.
I already tried this code but not work properly this.navCtrl.navigateRoot('super');
itemClicked(event) {
this.navCtrl.navigateRoot('super');
}
I expect the page navigate to the same page in Ionic 4