jortiz
7671bb4008
docs: fix spelling of the word application
...
Close #5149
2017-03-09 10:41:27 +00:00
Ricardo Varanda
e22aaa4b56
docs: fix material module import in user stories
...
Close #5140
2017-03-09 10:40:58 +00:00
cexbrayat
a78a7279b6
feat(@angular/cli): bump to tslint 4.5.0
...
Close #5099
2017-03-09 10:40:09 +00:00
Benjamin Cabanes
5339e4a6b6
docs: add Guard generator option in README
...
Add the Guard param on the options table of the generator in the README.
It was implemented by #4055 .
Close #5069
2017-03-09 10:39:33 +00:00
saverett
d74d9139eb
docs: add directory removal options in README for update on Windows
...
Add required Windows `rmdir` options for `Windows Command Prompt` and `rm` options for `Windows PowerShell` in Angular CLI README update instructions to match `bash` `rm -rf` command.
Close #5068
2017-03-09 10:38:54 +00:00
Rob Mullins
e4683ce409
docs: correct rc migration guide
...
fix test runner dependency and other corrections
Closes #5039
Close #5041
2017-03-09 10:38:07 +00:00
Takatsugu Shigeta
cf14a15299
fix(@angular/cli): Fix filtering files on completion
...
Fix #4664
Close #4972
2017-03-09 10:36:08 +00:00
Mike Brocchi
5e54a01e28
fix(@angular/cli): yarn install does not support --quiet ( #5310 )
2017-03-08 20:45:46 +00:00
Stephen Cavaliere
3515c3b472
fix(@angular/cli): fix issue with console prompt bailing early ( #5218 )
...
* fix(@angular/cli): fix issue with console prompt bailing early
fixes #4614
* fix(@angular/cli): fix declarable types not finding closest module
fixes #5127
2017-03-07 22:12:18 -05:00
Filipe Silva
5c9c653f79
feat(@angular/cli): use standard stackTraceLimit ( #5284 )
...
Sometime very long ago we set infinite stack traces and never took them out.
This PR sets infinite stack traces only on dev setups.
2017-03-07 21:59:06 +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
Roy Ling
c2a85694e1
fix(@angular/cli): karma config is default for test command ( #5263 )
...
`ng help test` says _protractor_ config is used by default, but it should be karma config instead.
2017-03-06 21:32:03 -05:00
Mike Brocchi
e0aeccbfab
test(@angular/cli): output test compilation to es5 ( #5255 )
...
Fixes #5185
2017-03-06 16:23:31 -05:00
Sumit Arora
8c3a7b86dc
docs(@angular/cli): Adding more details to documentation ( #4960 )
2017-03-06 18:47:11 +00:00
Ricardo Varanda
34c33b9be2
docs: fix flex module import in user stories
2017-03-03 10:48:16 -08:00
cexbrayat
7c3ce6ba2c
fix(@angular/cli): use inheritance for ng4
...
Close #5111
2017-03-03 16:09:21 +00:00
Ricardo Varanda
455dbb5dc4
docs: fix typo in story list
...
Close #5095
2017-03-03 16:09:10 +00:00
Thomas Kruse
07e93c0210
fix(@angular/cli): enforce loglevel warn for npm-install
...
The npm call uses the node exec() call which has a default limit
of 200kb after which the process is terminated.
When the user has set the info loglevel ng new terminates without
any helpful error message. When using --quiet the loglevel is
set to warning in any case resulting in a successful build.
This is especially important for users of docker since the current
node base image sets the loglevel to info.
Close #5010
2017-03-03 16:09:10 +00:00
John Papa
e31413558f
fix(@angular/cli): rephrased warning message
...
Rephrasing the warning message to read more fluently
"needs to not contain" ---> "must not contain"
Close #5006
2017-03-03 16:09:10 +00:00
Meligy
3b39843513
fix(@angular/cli): fix e2e after eject
...
Start webpack-dev-server with e2e & sync its port with protractor default config port.
Close #4957
2017-03-03 16:08:00 +00:00
Filipe Silva
48324d11cb
test: fix commit message test for branches ( #5004 )
...
For travis runs on branches, local master never exists there's no branch
tracking origin/master.
This causes `git fetch origin master` to fetch into `FETCH_HEAD` instead
of master.
This PR will explicitely fetch origin master into local master, and use
that for the log comparison.
2017-03-03 15:24:28 +00:00
Cédric Exbrayat
ab9a369325
docs(@angular/cli): update rc update guide ( #5200 )
...
Make it still relevant for the current rc.1 release and future ones.
2017-03-03 14:50:08 +00:00
Hans Larsen
214be993c4
v1.0.0-rc.1
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
Alex Rickabaugh
f3644a939c
fix(@angular/cli): pass the base href through to the sw plugin
2017-03-02 13:49:18 -08:00
Alex Rickabaugh
7f03b5a31e
fix(@angular/cli): look for existing manifest in src/ as well
2017-03-02 13:49:18 -08:00
Olivier Combe
d52d290c80
feat(@angular/cli): add new xi18n parameters --locale and --outFile ( #5154 )
...
Fixes #5145
2017-03-02 11:54:01 -08:00
Sumit Arora
0fc2190eb8
fix(@angular/cli): Fixing duplicate aliases issue ( #4987 )
2017-03-02 11:50:46 -08:00
Stephen Cavaliere
2699857b79
docs(@angular/cli): document ng eject ( #5155 )
2017-03-02 11:35:37 -08:00
Filipe Silva
5df8a0d36a
docs: add types array note to rc.0 upgrade ( #5147 )
2017-03-02 10:01:17 +00:00
Jason Jean
dbd71b718b
fix(@ngtools/webpack): continue past invalid imports ( #5028 )
2017-03-01 11:30:02 -08:00
Xiaoyu Zhai
864d520249
fix(@ngtools/webpack): Bump loader-utils and use getOptions ( #5001 )
2017-03-01 08:29:39 +00:00
clydin
e2b6dae464
docs: update commit message scope guidelines ( #5121 )
2017-02-28 17:28:38 -08:00
Danny Blue
dd9eb17d41
fix(@angular/cli): add dom to lib array ( #5060 )
...
fixes #5046
2017-02-28 15:24:05 +00:00
Mike Brocchi
1609554c4d
refactor(@angular/cli): consolidate config reading logic ( #5023 )
2017-02-27 21:22:19 -08:00
Hans
211270d85f
fix(@angular/cli): fix access to sections of package.json that dont exist ( #5074 )
...
Fixes #5070 .
2017-02-27 16:36:19 -08:00
Filipe Silva
97bfb1253c
fix(@angular/cli): fix webdriver deep import on yarn ( #5057 )
...
Followup from https://github.com/angular/angular-cli/pull/4597
Following @Meligy suggestion in https://github.com/angular/angular-cli/pull/4597#issuecomment-282561038
Fix #4596
2017-02-27 15:32:43 +00:00
Hans
a6289f8d99
docs: Update CHANGELOG.md for rc.0
...
It was beta.33 before.
2017-02-25 11:22:43 -08:00
Filipe Silva
68cd1c7bb8
build: fix docs publish on windows ( #5005 )
2017-02-25 08:39:41 -08:00
Filipe Silva
87b2ad817c
docs: add rc.0 update guide ( #4934 )
2017-02-25 08:39:20 -08:00
Stephen Cavaliere
7b8f692973
fix(@angular/cli): ignore ts-node when attempting to run karma with a linked cli ( #4997 )
...
fixes #4568 , #4177
2017-02-25 14:54:57 +00:00
Filipe Silva
469e6926ea
test: revert AoTPlugin size update ( #5003 )
...
Revert #4834
2017-02-25 11:09:56 +00:00
Hans Larsen
41cd35ee2d
v1.0.0-rc.0
v1.0.0-rc.0
2017-02-24 23:40:49 -08:00
Hans
d2d788b200
fix(@angular/cli): improve matching range to match beta/rc ( #4989 )
2017-02-24 14:47:39 -08:00
Mike Brocchi
554e7f91fc
fix: update dependencies in yarn.lock ( #4988 )
2017-02-24 16:33:20 -05:00
Hans
84e67cece2
ci: when testing with ng4 add ng4 to all ng new calls ( #4974 )
...
There was a missing one for routing.
2017-02-23 18:37:19 -08:00
Hans
a537dce3a9
fix(@angular/cli): allow flat modules from Angular RC ( #4969 )
...
The resource of context modules is in a different path.
2017-02-23 12:51:23 -08:00
Filipe Silva
b6893d0b7f
feat(@angular/cli): allow code coverage excludes ( #4966 )
...
A new CLI config entry under `test` allows you to list exclude globs for code coverage:
```
"test": {
"codeCoverage": {
"exclude": [
"src/polyfills.ts",
"**/test.ts"
]
},
"karma": {
"config": "./karma.conf.js"
}
},
```
2017-02-23 20:42:52 +00: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