2 Commits

Author SHA1 Message Date
9f2721709e Removed redundant this.nav declaration (#6244)
`this.nav = nav` is already present due to the `public nav: NavController` declaration, having it in the constructor as well is redundant
2016-04-20 15:05:06 -05:00
f61a57b9ee Typescript generators
* @Inject to parameters()

Changed injection of Http to use parameters() instead of @Inject

* import map operator

Added import of map operator from rxjs

* Typescript Generator Support

Support for typescript generators

* Tabs -> spaces

* Changes From Tim's Feedback
2016-04-04 09:30:55 -05:00