I would like to know what is the best way to do with tab based app with nav stack with angular in ionic 4. I am familiar with Angular 6 and the routing and outlet concept. Just want to know if I should build my own stack to hold the page to emulate the nav history or there is an official way to do so?
Does the NavController help to maintain the stack and the header menu? Any examples about this? Thanks a lot!