Common Navbar for Ionic 3 App

Is there any way for creating common navbar? I could copy past same code for all pages! But, may be this is not a good solution. Have you any idea regarding this?

Create a reusable component with the inner navbar content.

Is there a reason you can’t just put it in app.html?