Here is what i want to do:
I want to display ionic page with two tabs, each tab has a form ( form of tab1 is different of the one f tab2)
Please I am neawbie to ionic if you can help me grasp this issue.
Thank you.
Best Regards
Here is what i want to do:
I want to display ionic page with two tabs, each tab has a form ( form of tab1 is different of the one f tab2)
Please I am neawbie to ionic if you can help me grasp this issue.
Thank you.
Best Regards
ionic start MyProjectName tabs --v2
will start a new project based on the tabs template.
Here are links for the tabs docs:
Hi @ihadeed,
Thank you for answering this issue.
I already started the project with sidemenu template.
I want just a page with tabs in my project.
Regards