* @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
When using npm link to develop against Ionic locally, most setups by
default require the use of 'sudo', which then requires the gulp clean
task to also be run with sudo. Switch to mkdirp-no-bin so there are no
root owned files in dist/node_modules when using sudo npm link.