32 Commits

Author SHA1 Message Date
dave11mj
d90292ed83 fix(@angular/cli): removes redundant rules from tslint.json (#5783)
Fixes #5755
2017-05-04 19:58:56 +01:00
Matt Lewis
d7b46d09e6 feat(@angular/cli): upgrade the blueprint karma-coverage-istanbul-reporter version (#5519) 2017-05-04 19:50:13 +01:00
WilliamKoza
bb99faccd3
feat(@angular/cli): add language service in devDependencies section 2017-05-03 17:29:05 -07:00
cexbrayat
af758b874c
feat(@angular/cli): bump to tslint 5 & codelyzer 3
Also fixes the `test.ts` file warnings.
2017-05-03 17:28:57 -07:00
Hans Larsen
7a6cb21524
Revert "feat(@angular/cli): adding skip e2e test option"
This reverts commit fdea2df02719be9fabdc25fdc3a88835afe5b286.
2017-04-24 19:41:41 -07:00
Hans Larsen
b0db3055fe
Revert "fix(@angular/cli): fix skip e2e"
This reverts commit 4aa17b2d937b8db9600524de33c99e046ad7f109.
2017-04-24 19:41:03 -07:00
Sumit Arora
4aa17b2d93 fix(@angular/cli): fix skip e2e 2017-04-24 18:44:52 -07:00
Hans
92a34e2a4b Revert "feat(@angular/cli): add language service in devDependencies section"
This reverts commit 9eabfddb640b18ec09f62c5535a3d4d9b9dfda88.
2017-04-11 16:37:06 -07:00
WilliamKoza
9eabfddb64 feat(@angular/cli): add language service in devDependencies section 2017-04-11 16:36:37 -07:00
Sumit Arora
fdea2df027 feat(@angular/cli): adding skip e2e test option 2017-03-31 16:57:16 -07:00
Yann Eves
15a3fc39b2 docs: change generated readme to use | and not / in examples
Close #5250
2017-03-29 10:53:52 +01:00
Filipe Silva
baf0c7d2bc feat(@angular/cli): always use ng4 in ng new
Fix #5566
2017-03-23 17:58:34 -07:00
Mike Brocchi
b91860319f fix(@angular/cli): update version of zone.js to support Angular 4.0.0-rc.5
Fixes #5480
2017-03-21 13:18:40 -07:00
Vadim
1fa27aaa68 fix(@angular/cli): ignore the whole "coverage" directory 2017-03-20 09:11:53 -07:00
Filipe Silva
303b2c035a fix(@angular/cli): fix test typings
Blocked by #5500 (fix is included in this PR so that CI will run).

Our unit test webpack config was erroneously sending in entry points to karma-webpack, who should receive no entry points.

This in turn was hiding errors related to typeRoots lookups.

It was also causing unit tests compilation to behave weirdly: unit test errors would not stop compilation, because other entries would still compile.

This might also have contributed to the overall slowness of unit tests in #5423.

Related to TypeStrong/ts-node#283

Fix #3911
Fix #5332
Fix #5351
2017-03-20 09:10:17 -07:00
dave11mj
708719585e fix(@angular/cli): updates module.id subsequent variable typing (#5500) 2017-03-19 18:14:47 +00:00
Dominic Watson
8a1b1f979b fix(@angular/cli): fix ide import errors 2017-03-13 16:20:34 -07:00
Christophe Vidal
df89180f79 style: blueprint consistency (#5392) 2017-03-12 21:07:30 -07:00
Mike Brocchi
c8e5359733 fix(@angular/cli): remove providers from routing modules (#5349) 2017-03-10 11:31:10 +00:00
John Papa
e9372d3c11 fix(@angular/cli): Align tsconfig output dir to out-tsc. Add out-tsc to .gitignore
Added /out-tsc to the .gitignore blueprint. If someone runs tsc -p src/tsconfig.spec.json it outputs to the ../out-tsc folder. These should
be ignored.

Also changed
https://github.com/angular/angular-cli/blob/master/packages/%40angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json#L13 to ../out-tsc/e2e so that they all match.

cc @filipesilva

fixing due to issue with CLA from #5062

Close #5220
2017-03-09 10:41:58 +00:00
cexbrayat
a78a7279b6 feat(@angular/cli): bump to tslint 4.5.0
Close #5099
2017-03-09 10:40:09 +00:00
Filipe Silva
1c2f361e8e fix(@angular/cli): fix TS2.1 typeroots (#5251)
TS-Node with TypeScript 2.1+ does not infer `typeRoots`, so we need to list them explicitely in the root tsconfig.

Issue for TS-Node: https://github.com/TypeStrong/ts-node/issues/283

Fix #5082
2017-03-07 14:08:18 +00:00
Mike Brocchi
e0aeccbfab test(@angular/cli): output test compilation to es5 (#5255)
Fixes #5185
2017-03-06 16:23:31 -05:00
cexbrayat
7c3ce6ba2c fix(@angular/cli): use inheritance for ng4
Close #5111
2017-03-03 16:09:21 +00:00
Hans Larsen
214be993c4
v1.0.0-rc.1 2017-03-02 19:21:20 -08:00
Mike Brocchi
21d776fa96 fix(@angular/cli): add typing for module.id for SystemJS usage 2017-03-02 18:41:51 -08:00
Danny Blue
dd9eb17d41 fix(@angular/cli): add dom to lib array (#5060)
fixes #5046
2017-02-28 15:24:05 +00:00
Hans Larsen
41cd35ee2d
v1.0.0-rc.0 2017-02-24 23:40:49 -08:00
Filipe Silva
00f21d3a12 refactor: removed unused lint comment (#4950) 2017-02-23 15:46:12 +00:00
Filipe Silva
c3dd28a23d fix(@angular/cli): conform to style-guide import line spacing (#4954)
Some blueprints didn't have an empty line between third party imports and application imports, as recommended in the Style Guide at https://angular.io/docs/ts/latest/guide/style-guide.html#!#03-06
2017-02-23 15:15:15 +00:00
Filipe Silva
e661f55572 feat(@angular/cli): add npm build script (#4949) 2017-02-23 14:41:22 +00:00
Stephen Cavaliere
b15d1f37b6 refactor(@angular/cli): move ng2 blueprint to ng (#4932) 2017-02-22 14:01:55 -08:00