11 Commits

Author SHA1 Message Date
Sumit Arora
ade2236a9b feat(@angular/cli): adding the --app command option (#4754) 2017-02-22 14:19:29 -08:00
Hans
601f9b38f8 feat(@angular/cli): move angular-cli to @angular/cli (#4328)
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00
Hans
1572270b1c refactor(all): Repackaging (#2056)
Moving Angular-CLI into `packages/` and building the angular-cli.

The published packages will now have JavaScript only (with their d.ts), instead of being a mix of TypeScript and JavaScript, and it won't have the hacks of having a custom require extension to load the TypeScript.

Our development flow will be more streamlined, tools are going to be better (no more undefined symbols that are actually defined), and the npm packages will boot up way faster (since there's no more compilation during runtime).

Locally nothing changes, use `npm link` and run your local `ng`. Using the `npm` releases though it should be all javascript from the release.

The E2E tests also now uses the `dist` folder output to install in the new E2E app, making sure the process works for an app published to npm.

Note: Even though we're following the lerna structure, we won't be using their tool anytime soon.
2016-09-12 13:29:10 -07:00
Filipe Silva
3dcd49bc62 feat(build): update angular-cli.json (#1633) 2016-08-19 20:39:09 +01: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