Commit Graph

9 Commits

Author SHA1 Message Date
Justin Willis
9315c68c89 fix(decorators): changes to match angular style guide 2016-06-10 14:43:19 -05:00
Adam Bradley
4b36c3430d chore(angular): update to angular 2.0.0-rc.1 2016-05-05 10:45:49 -07:00
andrewmcgivery
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
Tim Lancina
dcc20fa983 fix(generators): use mkdirp-no-bin
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.
2016-02-04 15:23:00 -06:00
Tim Lancina
44be634997 chore(): update generator directories 2016-01-07 19:04:01 -06:00
Tim Lancina
9b860ea091 chore(generators): update pipe generator 2016-01-07 19:04:00 -06:00
Eddie Lau 3dd13
65851c4404 update component, directive, injectable and page generator to work with latest folder structure 2015-12-29 16:35:16 +08:00
jbavari
b5b8294c79 Refactor(generate): Rename all instances of javascriptClassName to jsClassName, and the instances fileAndClassName to be fileName and cssClassName. Refactor generate have a defaultTemplates method that renders those options into the generator blueprint folder. Closes #410. 2015-11-02 12:40:26 -07:00
jbavari
bf6369175b Feature(generate): Add generator for pipes 2015-10-30 23:38:10 -06:00