Reuse navbar and menu

There is a way to reuse same navbar like the menu in all pages ?
For the moment I have to put

<ion-navbar *navbar primary >
    <button menuToggle>
        <ion-icon class="white" name="menu"></ion-icon>
    </button>
... // Other favorites buttons
</ion-navbar>

on each page to see it. But it’s the same on all pages. How should i do?

I now with angular we can have nested component but I am not sure to be able to do it with ionic2

1 Like