Posts by Anderson Gomes • 26 points
2 posts
-
1
votes1
answer400
viewsA: How to do by clicking the Alert ok, just then go to another page?
It worked for me this way presentConfirm() { let alert = this.alertCtrl.create({ title: 'Alteração', message: 'Você realmente deseja alterar?', buttons: [ { text: 'Não', role: 'cancel', handler: ()…
-
-1
votes1
answer800
viewsA: How to create a function to go to another tab in IONIC?
In his html you use: (click)="home()" ao invés de href Inside the archive .TS home (){ this.navCtrl.push(HomePage); }…
ionicanswered Anderson Gomes 26