Navigating with Angular Router in Ionic 4
With Ionic 4, the recommended way to navigate between pages is through the Angular Router (if we are using ionic with angular of course). The unfortunate part of this change is that it’s not as easy as pushing and popping pages. Fortunately, the angular router does come with some benefits, especially when you have plans use your app as a webapp as well.