fix
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -11,5 +11,7 @@ export class HomePage implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
public goTabPages(){
|
||||
alert("You called me");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user