Share instance of component between pages

Hi all! I would like to know how to share an instance of component between some pages. I mean, I don’t know if there is any way to put another component on the root of the app (same template as ion-nav) and reuse the navigation of ionic. I thought I could create a “page_container” that manages pages and the instance of the component shared between them but I couldn’t work with navcontroller in that way.

If you don’t understand my explanation, I would like to do something like iVoox/Spotify, I mean, the reproducer is always on the bottom independent of the other views and this one does not instances every time the users changes between pages.

Regards!

Sorry for noob question. I just solved the problem!