Filipe Silva
a54a991b2f
feat(@angular/cli): add host check flags to ng serve
...
Two new flags are added to `ng serve`:
- `--public-host` (aliased by `--live-reload-client): Specify the URL that the browser client will use.
- `--disable-host-check`: Don't verify connected clients are part of allowed hosts.
Setting `--disable-host-check` will output a warning:
```
WARNING Running a server with --disable-host-check is a security risk. See https://medium.com/webpack/webpack-dev-server-middleware-security-issues-1489d950874a for more information.
```
See #6070 for more context about this change.
Fix #6070
2017-05-09 21:04:58 +01:00
Filipe Silva
5a41c42ea9
docs: add dev vs prod details
...
Fix #5315
2017-05-09 12:07:43 -07:00
Mattia
b1d0615709
docs: add font-awesome SASS integration
...
add SASS integration for font-awesome
Close #5456
2017-05-09 07:17:22 -07:00
Mark Goho
59575cf08d
docs: adding autoprefixer config story to list
...
Close #6188
2017-05-09 07:17:22 -07:00
Mark Goho
2876670e1b
docs: add story about autoprefixer config
...
Those wishing to change which browsers are targeted for when css is prefixed can do so with a simple addition to their package.json file
Close #5975
2017-05-09 07:17:22 -07:00
Stephen Cavaliere
8b220a4012
feat(@angular/cli): add import flag to modules
...
closes #5377
2017-05-08 12:49:29 +01:00
Adrien Crivelli
5066c467df
docs: fix material themes path in user stories
2017-05-04 20:17:49 +01:00
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
RPGillespie6
8d8c5de080
docs(@angular/cli): Update 1.0 upgrade guide ( #5876 )
...
Added a few extra details on how to remove residual versions of Angular CLI and reorganized upgrade steps.
Fixes #5842
2017-05-04 20:06:59 +01:00
Sumit Arora
e15a5ea97a
docs: adding multiple apps story ( #5737 )
...
Fixes : #5726
2017-05-04 19:56:49 +01:00
Mark Pritchett
6a82799ce0
docs(@angular/cli): add application environments ( #6068 )
...
add instructions on how to setup application environments
2017-05-03 20:59:30 +01: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
Alexander Rusakov
2e87225f01
docs(@angular/cli): remove duplicate "--output-path" description
2017-04-24 18:47:25 -07:00
Mike Brocchi
0633130509
docs: correct formatting of an option ( #5965 )
2017-04-15 09:04:14 -04:00
Preston Van Loon
28c5302fd3
docs(@angular/cli): Add specific key example for ng get [key].
2017-04-11 16:35:46 -07:00
Sumit Arora
1fa5f2ddf7
docs: fixing lint documentation ( #5633 )
...
Fixes #5632
Fixes #5713
2017-03-31 16:59:33 -07:00
Sumit Arora
d73c739e42
test: adding tests for "--skip-e2e" and "--skip-tests"
2017-03-31 16:57:16 -07:00
Sumit Arora
fdea2df027
feat(@angular/cli): adding skip e2e test option
2017-03-31 16:57:16 -07:00
Cory Rylan
b48aa002a1
docs: code coverage documentation
...
Close #5703
2017-03-29 11:06:21 +01:00
Olivier Combe
d7d4539c29
docs(@angular/cli): fixed link to xi18n commands in i18n story
...
Close #5660
2017-03-29 11:03:07 +01:00
David Mendez
e9139941ca
docs(@angular/cli): removes mention of --ng4 on ng new
...
Close #5649
2017-03-29 11:02:37 +01:00
Ricardo Varanda
7ad4ff45b7
docs(@angular/cli): fix update story link
...
Close #5636
2017-03-29 11:02:09 +01:00
cexbrayat
86722fd276
fix(@angular/cli): update e2e config in 1.0 update guide
...
Close #5635
2017-03-29 11:01:36 +01:00
Filipe Silva
3f0d699e4c
docs: remove RC mentions in 1.0 guide
...
Close #5631
2017-03-29 10:59:45 +01:00
John Papa
3c9d6f7310
docs(@angular/cli): clarify the module flag
...
Close #5346
2017-03-29 10:55:53 +01:00
Filipe Silva
5c1593319e
docs: add 1.0 upgrade guide
...
Fix #5484
2017-03-23 17:59:13 -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
47f50e8ca8
fix(@angular/cli): fixing type and adding link to documentation
2017-03-23 17:43:19 -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
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