Please, stop build a bicycle!
public toAnotherModal(): void {
this.nav.present(Modal.create(AnotherModal)).then(() => {
this.viewCtrl.dismiss();
});
}
Please, stop build a bicycle!
public toAnotherModal(): void {
this.nav.present(Modal.create(AnotherModal)).then(() => {
this.viewCtrl.dismiss();
});
}