Angular typescript tab for Ionic?

Hello guys,

I’m building an app which needs a lot of contents on a single HTML page.

I built a tab bar with ion-segment and I could get four different pages on one html file.
Now I need another tab bar within this ion-segment page…
I tried to use another ion-segment tab bar within a page created by ion-segment. I found out this doesn’t really work on Ionic.
It looks like I have to create a custom made tab menu based on Typescript & angular. I don’t have a clue about this yet. Is there any working example of typescript & angular tab menu which can divide one page into two or three?

Thanks,