Is there a way to hide back button text (not button itself)?

Is there a way to hide back button text (not button itself)?

Which version of Ionic? Take a look in the config settings documentation…

Put this code in your app.ts in the ionicBootstrap:
backButtonText: '',
image

1 Like