Niklas
798a4c75bc
docs: link to generate docs
...
Close #5475
2017-03-29 10:57:55 +01:00
John Papa
3c9d6f7310
docs(@angular/cli): clarify the module flag
...
Close #5346
2017-03-29 10:55:53 +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
Charles Lyding
df3847f102
fix(@ngtools/webpack): allow comments in tsconfig files
...
Close #5216
Close #5230
2017-03-29 10:52:10 +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
c9d82438fe
build: use actual list of packages for commit message
...
Also add the tool type, which should be used for tooling.
2017-03-27 17:34:39 -07:00
Hans Larsen
d928c1c8d4
tool(publish): adding a new tool infrastructure with a publish tool.
2017-03-27 17:34:39 -07:00
Hans Larsen
c55b5dc7b7
fix(@ngtools/webpack): diagnose typescript warnings as warnings
...
Previously, we were reporting all diagnostics as errors. Now only Typescript errors
will be reported as real errors to webpack. Messages and warnings will be warnings.
Fixes #5623
2017-03-27 17:33:59 -07: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
e7014f9e47
refactor: move to Angular 4 for local dev.
2017-03-27 17:33:59 -07:00
Meligy, GuruStop.NET
7be790840f
docs(@angular/cli): link to upgrade guide in changelog ( #5608 )
2017-03-24 14:37:13 +00:00
Hans Larsen
900250f4dc
v1.0.0
v1.0.0
2017-03-23 20:23:37 -07:00
Hans Larsen
ed5f47dc22
ci: fix yarn on travis
2017-03-23 19:38:53 -07:00
Hans Larsen
5acf10b7aa
fix(@ngtools/webpack): diagnose generated files and resolve sourcemaps
...
Generated files were not diagnosed in AOT which led to errors not being shown properly. Also,
in order to show the proper error source we now resolve the sourcemap of any errors we find.
Fixes #5264
Fixed #4538
2017-03-23 18:02:04 -07:00
Filipe Silva
5c1593319e
docs: add 1.0 upgrade guide
...
Fix #5484
2017-03-23 17:59:13 -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
a3d2e44f5f
fix(@angular/cli): adding link documentation on home page
2017-03-23 17:43:27 -07:00
Sumit Arora
7298000ac7
fix(@angular/cli): adding deployUrl description
2017-03-23 17:43:19 -07:00
Sumit Arora
47f50e8ca8
fix(@angular/cli): fixing type and adding link to documentation
2017-03-23 17:43:19 -07:00
Filipe Silva
5a461f1ca5
fix(@angular/cli): allow ts 2.2
...
The CLI itself was locked to TS2.0/2.1, but that could case it to not use the project TS when users updated to 2.2.
2017-03-23 17:38:26 -07:00
Sumit Arora
430cb55a14
fix(@angular/cli): fix default app index
2017-03-23 17:38:10 -07:00
Stephen Cavaliere
e037877169
docs(@angular/cli): fix a few documentation inconsistencies
...
Close #5488
2017-03-23 17:36:41 -07:00
Umair Sarfraz
500ca542a8
docs(@angular/cli): update onPrepare method in rc-update story
...
protractor.conf.js highlights to use two different styles of function decalaration in the rc-update docs. To make it consistent with the beforeLaunch function, update the onPrepare method to use the same function declaration style.
no breaking changes
2017-03-23 17:29:27 -07:00
Charles Lyding
36b8c9bd02
fix(@angular/cli): allow the use of a base-href with scheme
2017-03-23 17:28:44 -07:00
Hans Larsen
7cdf56ba02
fix(@ngtools/webpack): add template/styles as dependencies
...
So they are rebuilt when the resource changes.
This PR refactor _replaceResources into _getResourceNodes which returns
the AST nodes for templateUrl or styleUrls, then use that to get the
URLs (values). For values that are not computable, we simply ignores.
2017-03-23 17:26:55 -07:00
Mike Brocchi
f2241a84af
docs: update the service blueprint docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
da371bf1b6
docs: update the pipe blueprint docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
c44620b0ec
docs: update the module blueprint docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
57a67b0014
docs: update the interface blueprint docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
4025d3c965
docs: update the guard blueprint docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
01b3df9b4f
docs: update the enum blueprint docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
c24dcf0364
docs: update the directive blueprint docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
9742652b51
docs: update the component blueprint docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
686d0712eb
docs: update the class blueprint docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
c3f142a42d
docs: update the test command docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
afb997cf03
docs: update the serve command docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
eea6f2da4a
docs: update the new command docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
226ade7476
docs: update the lint command docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
706d1e30e5
docs: update the eject command docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
8572f429d8
docs: update the e2e command docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
478113fb26
docs: update the doc command docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
48e4868ebc
docs: update the config command docs
2017-03-23 17:25:30 -07:00
Mike Brocchi
fd12092b21
docs: update the build command docs
2017-03-23 17:25:30 -07:00
Filipe Silva
8b7a6af9a7
docs: add module.id removal to moving doc
...
CLI projects don't need it, and soon Quickstart projects won't need it either so we might as well remove it.
2017-03-23 17:25:07 -07:00
Charles Lyding
be0762b2ca
fix(@angular/cli): remove mention of 'ng update' from lint warning
2017-03-23 17:24:29 -07:00
Sumit Arora
b25aef2da5
fix(@angular/cli): fixing empty prefix issue when creating new app ( #5597 )
2017-03-24 00:23:57 +00:00
Sumit Arora
d2b28dd84d
fix(@angular/cli): do not error when apps is missing from the config
2017-03-23 08:47:15 -07:00