Additional Navigation Options
A brief overview of other navigation options available for Ionic applications.
We'll cover the following
Other Ionic templates
As briefly mentioned in the lesson Your First Ionic App, we can also create Ionic apps that use navigation features such as tabs or side menus (among other available template options).
The tabs template
Using the following Ionic CLI command, we can create a project titled my-app
using the tabs template:
ionic start my-app tabs
Note: You can try running this command in the terminal provided below.
Get hands-on with 1200+ tech skills courses.