You have to provide null
to boolean values for them to get removed,
<ion-navbar [attr.hideBackButton]="someExpression ? true : null">
otherwise angular creates
<ion-navbar hideBackButton="false">
You have to provide null
to boolean values for them to get removed,
<ion-navbar [attr.hideBackButton]="someExpression ? true : null">
otherwise angular creates
<ion-navbar hideBackButton="false">