I am just a beginner to ionic with some angular knowledge.I have tabs template, The Activity tab will have 3 tab-buttons on the page as shown in below image:
As shown in the image when the user click on:
aboutbutton, the user will be routed toabout pagehomebutton, the user will routed tohome pagecontactbutton, the user will routed tocontact page
within tabs page . This scenario works fine.
Now i have another page called add-contact. When the user click on add-contact button in contact page he must be routed to add-contact page along with tabs-menu something like this:
While surfing i got this question. Here they are routing to other page along with the clicked object ID and displaying that object properties.
I don't want to perform such operation, I just want to route another page (i,e add-contact) as shown in the 2nd image.
Since pages are more, i am giving Stackblitz DEMO

