This commit is contained in:
Olu Amey
2020-09-12 16:53:52 -04:00
parent 05c3b413f4
commit 45c2504df2
2 changed files with 9 additions and 3 deletions
+7 -2
View File
@@ -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 -->
+2 -1
View File
@@ -14,7 +14,8 @@ export class HomePage implements OnInit {
}
public goTabPages(){
// alert("You called me");
this.router.navigateByUrl("member");
this.router.navigateByUrl("about");
}
}