Last active
February 14, 2017 11:28
-
-
Save wharley/0512368eacb070142ec561250a5fc892 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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