10 Commits

Author SHA1 Message Date
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
Filipe Silva
baf0c7d2bc feat(@angular/cli): always use ng4 in ng new
Fix #5566
2017-03-23 17:58:34 -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
Mike Brocchi
c8e5359733 fix(@angular/cli): remove providers from routing modules (#5349) 2017-03-10 11:31:10 +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
Mike Brocchi
21d776fa96 fix(@angular/cli): add typing for module.id for SystemJS usage 2017-03-02 18:41:51 -08: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
Stephen Cavaliere
b15d1f37b6 refactor(@angular/cli): move ng2 blueprint to ng (#4932) 2017-02-22 14:01:55 -08:00