Ionic 4 Back Button (Angular)

Can you give this a try. I had faced the same issue and had to add “href” attribute to redirect to home component for back button functionality

 <ion-buttons slot="start">
      <ion-back-button  defaultHref="home"></ion-back-button>
    </ion-buttons>
13 Likes