My understanding, based solely on reading the comments in the source, is that the Angular router handles the navigation itself, but the Ionic NavController
exists as a veneer over it that provides different animations based upon the “direction” of navigation - a concept that the Angular router doesn’t concern itself with.
↧
Why is NavController and navPop etc. still present in Ionic 4 but without function?
↧