March 10th, 2017
10:26 am
Posted under Ionic
Permalink
Tags Angular, Ionic, Tip, Tutorial
Whilst Angular 2 routing is handled via routers, Ionic takes a different approach with the use of the NavController and related components based on it like Nav and Tab.
Ionic navigation allows views to be pushed and popped from a navigation stack, and allows a root page to be established for a particular navigation stack.
A useful tutorial on Ionic Navigation may be found here.
Leave a Reply
You must be logged in to post a comment.