Hi guys.
So, Im just getting started with the ionic framework and i would like to know how to create an app with just two pages and be able to navigate between them
Thank you so mush as usual.
Hi guys.
So, Im just getting started with the ionic framework and i would like to know how to create an app with just two pages and be able to navigate between them
Thank you so mush as usual.
HI, you can use ionic-cli to start it.
First, execute command like ionic start [your_app_name] tabs
, tabs is one of the ionic setup template, here is the doc
about this command.
Second, modify the www/templates/tabs.html
and the www/js/app.js
to setup your route what you want.
Run the ionic serve
to see the effects. Just coding, it is easy to do once you try to do it.