246 Commits

Author SHA1 Message Date
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
Sumit Arora
446dc65a08 fix(@angular/cli): adding documentation for schema doc 2017-03-22 18:39:33 -07:00
Niklas
2a808e582a docs: removed outdated notice 2017-03-13 16:24:00 -07:00
Olivier Combe
6cb3a5fd15 docs(@angular/cli): add i18n commands and story 2017-03-13 16:23:11 -07:00
Filipe Silva
5b1668f9ba docs: add style include paths docs
This feature was introduce in #4003 but never documented.
2017-03-13 09:01:44 -07:00
John Papa
00fe4cc84b docs(@angular/cli): services are provided, not declared
docs(@angular/cli): services are provided, not declared
2017-03-12 21:09:34 -07:00
John Papa
042a62629b docs(@angular/cli): fixing broken ng doc link in wiki
ng docs --> ng doc
2017-03-12 15:10:23 -07:00
Mike Brocchi
afbddfe348 docs(@angular/cli): document serving the app from disk
Closes #4290
Close #5308
2017-03-09 10:47:48 +00:00
cexbrayat
2828ab4bcc docs(@angular/cli): fix typos in options documentation
Close #5283
2017-03-09 10:47:00 +00:00
Charles Lyding
fcb1f35424 fix(@angular/cli): remove outdated test command option --build
Close #5235
2017-03-09 10:46:03 +00:00
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
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
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
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
Ricardo Varanda
455dbb5dc4 docs: fix typo in story list
Close #5095
2017-03-03 16:09:10 +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
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