While it’s not nearly as earth-shattering a change as going from Ionic v1/AngularJS 1 (which requires a complete app rewrite), that shift isn’t completely transparent, either, and I wouldn’t recommend doing that upgrade in place.
OP: what do you mean by “methods not showing”, and what is motivating you to use things that aren’t in the documentation of whatever Ionic version you are trying to use? Are you following some blog or have you bought some starter app or something?
Hi, Thanks for the reply. I bought some starter app and working since 3 months. My application is in ionic 3, that time for navigation I used push and pop. Now in ionic 4 we have routing concept. So I am implemented routing concept. It is working fine. But problem is am Unable to navigate back. For example I have Home screen and About screen, Iam able to move Home screen to about screen but am unable to move back to home screen. So that time, I am trying to navigate by using navctrl.navigateBack() methods but these methods are not showing. So Please guide me how to navigate back.