I want to use a tab layout in my ionic framework, so I started making it. By default it provides me 3 tabs, but now I want to add more tabs to it.
I did it by making changes in the tabs folder and "tab.html" file. Now I want to do coding of the new tab pages which I just added in "tabs.html". So for this I created new folders of the new tabs inside the pages folder. Now I want to code the new tabs I have added.
My question is how to do this. I tried by making new html file inside the folder of that page. But that gave me an error..
Please suggest me the solution as I am very new to ionic framework.