How to use routing in IONIC 3

Viewed 18784

I am developing an Ionic 3 application. Right now I am using NavController for routing and switching pages.

Ex : this.navCtrl.push(DetailsPage);

But I need to use Angular routing now.

I found similar question for Ionic 2, but does this work in Ionic 3 as well?

Can someone elaborate this?

4 Answers
Related