Make one component available on all pages

Hi, I have a component like facebook messenger icon or gmail write icon which I want to available on all pages like sidemenu, I am using sidemenu template of ionic, Is there a way where I can just include it globally on all pages without having to make it a partial and include it on every page. like for e.g. make it a component that is included in menu.html ?

Can someone guide me on high level how to achieve that ?

Use AngularJS directives for this use case https://docs.angularjs.org/guide/directive

yes but in that case too I will have to include the directive in in each page. I want something that I include on one page(menu.html) and it is included in every page. Exactly like sidemenu

you can include your code into ion-side-menu-content, may this helps