Last active
May 4, 2018 01:22
-
-
Save yuricamara/3efb2474d72444a0fb9784e2f73cc1c2 to your computer and use it in GitHub Desktop.
Códigos do tutorial "Navegação pop com parâmetros — Ionic 2+"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pushView(){ | |
this.navCtrl.push(ContactEditPage, { | |
userId: '123', | |
name: 'Pedro' | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment