Skip to content

Instantly share code, notes, and snippets.

@wharley
Last active February 14, 2017 11:28
Show Gist options
  • Save wharley/0512368eacb070142ec561250a5fc892 to your computer and use it in GitHub Desktop.
Save wharley/0512368eacb070142ec561250a5fc892 to your computer and use it in GitHub Desktop.
constructor(public params: NavParams){
// userParams é um objeto que temos em nossos parâmetros nav
this.params.get('userParams');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment