12 Commits

Author SHA1 Message Date
Hans
5bcb7be917 feat: ngmodules and insert components based on the AST (#1616) 2016-08-09 21:49:57 -07:00
emma-mens
4fd8e9c511 feat: add utility functions for route generation (#1330)
'route-utils.ts' provides utility functions to be used in generating routes
2016-08-09 15:22:58 -07:00
emma-mens
0cfc2bf711 feat: add utilities for typescript ast (#1159)
'ast-utils.ts' provides typescript ast utility functions
2016-07-22 15:59:59 -07:00
Mike Brocchi
9969509f15 feat: allow for configurable source diretory location and selector prefix at app creation 2016-05-01 14:42:51 -04:00
Mike Brocchi
14049f4be5 feat: auto correct paths without a '+' to include a '+' if that dir exists 2016-04-25 22:43:02 -04:00
Mike Brocchi
9be9bd5f17 chore: update templates to align with the style guide
Implements the majority of style guide #316
Moves systemjs configuration our of index.html #429
Closes #427
2016-04-18 00:16:22 -04:00
Mike Brocchi
5e9f4628c2 chore: generation paths are fully dynamic & supports --flat for components/directives/pipes/services
This is a step in aligning with the style guide and will provide the flexibility needed
Related to #316
Closes #401
2016-04-07 12:37:05 -04:00
Mike Brocchi
a5ddd75f3f feat: adds client dir between src and app
Adds a directory layer in preparation for following the style guide in the blueprints
Updates to templates, tests and build process
Related to #316
2016-04-04 23:37:14 -04:00
zackarychapple
7ba8b394b0 feat(formatting): adding editor config, adding eslint and tslint config. 2016-03-24 22:02:42 -04:00
Mike Brocchi
5ee4f2b78d fix(generate): fix style and template url references
Dynamic paths for components were incorrectly generating paths for templates and styles
Fixes #340
2016-03-23 16:33:28 -04:00
Mike Brocchi
f2f5ff9250 fix(paths): fix the determination of execution path
Windows does not populate  this fix allows for determination
of the directory from which an ng command was executed
Fixes #297
2016-03-17 22:59:35 -04:00
Mike Brocchi
f020f8a259 chore(paths): dynamic paths for directives, pipes and services 2016-03-09 21:24:58 -05:00