Ionic Segments - Components and - OnDestroy

Add in a ionic segment to one of our screens to handle all the data. Now two sides.
The page that already existed had different components and some of those components used OnDestroy.
It seems like when the Segment is changes the component calls the OnDestroy. So when the user comes back it has to be loaded again.
Is there a way to use Segments that doesn’t get destroyed?