Tatsuyuki Ishi
e7966a2465
fix(@angular/cli): remove default for test runners
...
These are specified in the config file and defaulting them in CLI makes karma.conf.js useless.
2017-05-04 20:09:12 +01:00
Charles Lyding
380ec59bf8
refactor(@angular/cli): hide link cli option
2017-05-04 20:01:11 +01:00
Charles Lyding
52f82fe629
refactor(@angular/cli): support hidden commands and options
2017-05-04 20:01:11 +01:00
Charles Lyding
70243a2064
refactor(@angular/cli): remove additional unneeded ember-cli files
2017-05-04 19:59:54 +01:00
dave11mj
d90292ed83
fix(@angular/cli): removes redundant rules from tslint.json ( #5783 )
...
Fixes #5755
2017-05-04 19:58:56 +01:00
Suguru Inatomi
8e2f8cf57b
fix(@angular/cli): install webpack at ejection ( #5745 )
...
After ng eject, webpack package is not installed in the project, so npm run build requires global webpack installation.
2017-05-04 19:58:06 +01:00
Charles Lyding
ea4c8644aa
feat(@angular/cli): support inline source maps with defined charset
2017-05-04 19:55:16 +01:00
Charles Lyding
67646796d9
refactor(@angular/cli): only setup CSS extraction if actually extracting
2017-05-04 19:54:47 +01:00
Charles Lyding
b07f631773
feat(@angular/cli): always use named webpack modules in dev builds
2017-05-04 19:52:48 +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
Filipe Silva
003ac82d72
release: 1.1.0-beta.0
2017-05-03 17:29:15 -07: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
Sumit Arora
5e39361f2c
feat(@angular/cli): adding option to search docs as well
2017-05-03 17:28:49 -07:00
Charles Lyding
aa958a6b38
feat(@angular/cli): use and support webpack 2.3
2017-05-03 17:28:38 -07:00
WilliamKoza
b11d560398
fix(@angular/cli): Improve error message for create component with -m option
2017-05-03 12:53:56 -07:00
Charles Lyding
806447e611
fix(@angular/cli): use safer stylesheet minification settings
2017-05-03 12:48:32 -07:00
Sumit Arora
98050100f2
fix(@angular/cli): use quiet flag only in case of npm
2017-05-03 12:47:27 -07:00
Charles Lyding
f73a9e40a7
fix(@angular/cli): explicitly disable warning overlays
2017-05-03 12:45:48 -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
Hans Larsen
bf18a238d8
release: 1.0.1
2017-04-24 19:08:41 -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
Charles Lyding
f82da18f8b
fix(@angular/cli): set sass precision to bootstrap required value
2017-04-11 16:36:10 -07:00
Hans Larsen
be7c9b1b8a
fix(@angular/cli): generating service dry run fix
...
Before, generating a service and providing it in a module, the dry run flag was
ignored for the providing part. We dont provide the module now if its a dry-run.
Fixes #5862 .
2017-04-11 16:35:15 -07:00
Matt Martz
2a903d26fd
fix(@angular/cli): enable dev server history fallback in ejected config
2017-04-11 16:33:50 -07:00
Adrien Crivelli
2ce61f2a67
docs(@angular/cli): Fix typos in config schema
2017-04-06 13:53:14 -06:00
clydin
7377f66563
fix(@angular/cli): allow tslint to find the appropriate config ( #5792 )
...
TSLint includes logic to find the most relevant config per linted file. Unfortunately, by defaulting the config filename this behavior was being disabled.
Fixes #5770
2017-04-03 10:21:39 +01:00
Sumit Arora
81403e85c5
fix(@angular/cli): fix baseUrl when running e2e with no-serve
2017-03-31 17:00:16 -07:00
Sumit Arora
fdea2df027
feat(@angular/cli): adding skip e2e test option
2017-03-31 16:57:16 -07:00
Stephen Cavaliere
3141673254
refactor(@angular/cli): update generate command module file resolution
...
closes #5461
2017-03-30 21:10:02 +01:00
Charles Lyding
f620993bef
refactor(@angular/cli): remove unused custom typings
2017-03-30 11:15:40 -07:00
Charles Lyding
1bc174b0de
fix(@angular/cli): ensure only in-memory output is served
2017-03-30 09:31:18 +01:00
Jan M. Pilzer
a8f498b167
fix(@angular/cli): fix generated Module Spec
...
Close #5715
2017-03-29 11:06:54 +01:00
Preston Van Loon
7de9ab1883
fix(@angular/cli): fix typo in version check
...
Close #5702
2017-03-29 11:05:15 +01:00
Sumit Arora
39aef95fd9
fix(@angular/cli): fixing new help issue
...
Close #5694
2017-03-29 11:04:39 +01:00
Charles Lyding
4563ec583a
refactor(@angular/cli): modernize webpack style config
...
Close #5672
2017-03-29 11:04:09 +01:00
Filipe Silva
16171b93d7
fix(@angular/cli): fix sourcemap toggle in ng test
...
Followup to #5422
Fix #5666
Close #5668
2017-03-29 11:03:31 +01:00
Abdulhaq Emhemmed
f6ca2d76f3
fix(@angular/cli): Use appropriate packageManager for linking
...
When creating a new project using the --link-cli option, the
linking command was hard-coded to use npm link @angular/cli.
This commit replicates the behaviour of npm-install where the
package manager is obtained from the global config and is then
used for linking.
Close #5524
2017-03-29 10:58:37 +01:00
Yann Eves
15a3fc39b2
docs: change generated readme to use | and not / in examples
...
Close #5250
2017-03-29 10:53:52 +01:00
Charles Lyding
b3e3734c35
refactor(@angular/cli): convert additional files to typescript
...
Close #4996
2017-03-29 10:52:55 +01:00
Georg Müller
1ef8de514e
fix(@angular/cli): update completion suggestion for .bashrc and .zshrc
...
This way, it always contains the completion matching the installed version
of angular-cli.
2017-03-29 10:26:25 +01:00
Georg Müller
dfe59908a6
fix(@angular/cli): correctly build completion with blueprints and options
...
before, if both blueprints and options are present, a space was missing between
them, resulting in "service--dryrun" instead of "service --dryrun"
Patch v2:
* use template string
* fix indentation of generated bash output
2017-03-29 10:26:25 +01:00
Hans Larsen
55a4e628f7
fix(@angular/cli): use zone.js 0.8.6 in @angular/cli
2017-03-27 17:33:59 -07:00
Hans Larsen
900250f4dc
v1.0.0
2017-03-23 20:23:37 -07:00
Filipe Silva
baf0c7d2bc
feat(@angular/cli): always use ng4 in ng new
...
Fix #5566
2017-03-23 17:58:34 -07:00
Sumit Arora
bab9a56551
fix(@angular/cli): fixing lint error issue added flag --type-check
2017-03-23 17:55:41 -07:00
Sumit Arora
7298000ac7
fix(@angular/cli): adding deployUrl description
2017-03-23 17:43:19 -07:00