fix
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-title>about</ion-title>
|
||||
<ion-buttons slot="start">
|
||||
<ion-back-button></ion-back-button>
|
||||
</ion-buttons>
|
||||
<ion-title>BlackFaces</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
|
||||
</ion-content>
|
||||
|
||||
<!-- Default back button -->
|
||||
|
||||
@@ -14,7 +14,8 @@ export class HomePage implements OnInit {
|
||||
}
|
||||
public goTabPages(){
|
||||
// alert("You called me");
|
||||
this.router.navigateByUrl("member");
|
||||
this.router.navigateByUrl("about");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user