This commit is contained in:
Olu Amey
2020-09-12 14:10:38 -04:00
parent 01940d4f42
commit ef492397f7
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
<ion-content class="home_style">
<img src="./../../assets/imgs/black_home.png">
<ion-button expand="full" fill="outline">Outline + Full</ion-button>
<ion-button expand="full" fill="outline" (click)="goTabPages()">Outline + Full</ion-button>
</ion-content>
+3 -1
View File
@@ -11,5 +11,7 @@ export class HomePage implements OnInit {
ngOnInit() {
}
public goTabPages(){
alert("You called me");
}
}