right so i have a home page that has multiple components on it. Each of the components are handling their own service calls OnInit(). issue with subscribing to the event is that with the current set up my component cant trigger an on destroy event or ionView event because the component is a child so i have no way to unsubscribe from the child component to the parent.
parent event => child subscribes
page change
child unsubscribe? <= parent
just a small example since the children dont seem to be having access to the same lifecycle hooks as the parent from what i have seen so far