Is NavController set to be deprecated in future Ionic versions?

Hello,

I’m working on an Ionic 5 project with Angular, and as I’m used to mainly work with NavController, I realised that there is no mention to the Navigation Controller in the docs in v5/v4. Is there a way to check on how to some functionality that NavController does, with Angular router like manipulating the navigation stack?

The nav-controller isn’t slated to go away just yet, but it’s not going to be integrated into a “router”. It will essentially be used only for in-memory routing. For anything that is tied to the URL, use the angular router and its functionality.

Simon Grimm actually gave a talk going over the differences at Ioniconf.