Is it possible to create a layout page in an Ionic v2 application so that the navbar and sidemenu can be displayed on every page without having to add them individually to each page?
For example, ASP.NET uses master pages for websites to contain components that need to appear on every page.
Does anyone know of a straightforward way to accomplish this in Ionic v2?