ion-tab-button works fine, it’s ion-button that doesn’t work. Neither of the lines below work.
<ion-button color="primary" expand="block" fill="clear" [routerLink]="['/', 'registration']">Register</ion-button>
<ion-button color="primary" expand="block" fill="clear" href="/registration">Register</ion-button>