Skip to content

Instantly share code, notes, and snippets.

@yuricamara
Last active May 4, 2018 01:22
Show Gist options
  • Save yuricamara/3efb2474d72444a0fb9784e2f73cc1c2 to your computer and use it in GitHub Desktop.
Save yuricamara/3efb2474d72444a0fb9784e2f73cc1c2 to your computer and use it in GitHub Desktop.
Códigos do tutorial "Navegação pop com parâmetros — Ionic 2+"
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