I am working on ionic 3, angular 5 application.
I have a logout function in header of few pages but i want i define this logout function in app component, how i can do this ?
i need to call same app component’s logout function from html file of my account page.
thanks