Patrice Chalin
9869bf585d
docs(toh-6): systemjs.config.json -> systemjs.config.js ( #2116 )
...
Copyedit in file tree.
2016-08-17 11:11:50 -07:00
Patrice Chalin
05cdc83492
chore(build): fix so --fast can be used with check-deploy etc ( #2083 )
2016-08-17 09:23:29 -07:00
Patrice Chalin
68c15c12e5
docs({quickstart,di}): fix code excerpts and titles ( #2118 )
2016-08-17 09:21:11 -07:00
Patrice Chalin
160b9d2812
tests(toh-[1-4]): e2e - support space in hero name ( #2117 )
2016-08-17 09:20:17 -07:00
Patrice Chalin
c931b56f4a
chore(toh-5): improve e2e test coverage and readability (use async/await) ( #2092 )
...
* chore(toh-5): improve e2e test coverage
Improved test coverage. Also updated tests to make use of async/await
(so tests are more readable).
* lint feedback
2016-08-17 09:18:23 -07:00
Zhicheng Wang
60bdd86c32
文字微调
2016-08-17 23:16:50 +08:00
Zhimin YE (Rex)
eb1ccc6dd4
review: fix dependency-injection in cookbook.
2016-08-16 14:36:20 +01:00
Zhimin YE (Rex)
873eea9e7e
review: component-communication, testing, upgrade: fixes.
2016-08-16 14:29:37 +01:00
Zhimin YE (Rex)
f5465ad533
review: patch up router.jade.
2016-08-16 14:17:39 +01:00
Zhimin YE (Rex)
bc0a475376
review: patch up pipes.
2016-08-16 12:36:08 +01:00
Zhimin YE (Rex)
56b20ce877
review: patch up attribute-directives and server-communication.
2016-08-16 12:31:47 +01:00
Zhimin YE (Rex)
cdb162376e
review: glossary.jade: patch up new contents.
2016-08-16 12:23:21 +01:00
Zhimin YE (Rex)
e5995453ed
review: patch up style-guide
2016-08-16 11:14:32 +01:00
Zhimin YE (Rex)
2e837b8f19
review: patch up new paragraphs for dependency-inject.jade.
2016-08-16 11:03:25 +01:00
Zhimin YE (Rex)
4059b1e276
(review): architecture and forms, patch up new paragraphs.
2016-08-16 10:38:04 +01:00
Zhimin YE (Rex)
f26ec0a889
(review:) Quick starter and TOH, patch up new paragraphs and mis-alignments.
2016-08-16 10:16:31 +01:00
Zhicheng Wang
650a6033a1
翻译了一部分ngmodule
...
把邮箱换成图片,以免收到垃圾邮件
2016-08-15 17:38:18 +08:00
Patrice Chalin
35b54383c2
docs(toh-5): add file to cache ( #2102 )
...
* toh-pt5: cached version before new router was introduced
* toh-pt5: refreshed cached copy from latest (post-RC5)
2016-08-12 13:39:17 -07:00
Patrice Chalin
dfd46af604
docs(toh-6): post-RC5 Dart resync and TS fixes ( #2095 )
...
* toh-6: trim spaces from cache file to simplify diff
* toh-6: copy latest over cache before editing latest
* docs(toh-6): post-RC5 Dart resync and TS fixes
Contributes to #2077 .
TS-side changes include:
- Merged three versions of `app/app.module{,1,2}.ts` into a single file
and used docregions instead.
- Misnamed files:
- `rxjs-operators.ts` -> `rxjs-extensions.ts`
- `hero-search.service.html` -> `hero-search.component.html`
- Fixed BAD FILENAME error.
Lint reports no errors and toh-6 e2e tests pass.
2016-08-12 11:21:16 -07:00
Patrice Chalin
ea457825b8
docs(router): fix markdown, and example mixin cleanup ( #2101 )
...
* docs(router): fix markdown and example mixin cleanup
- Fixed: markdown text not under `:marked` region (and so that text was
not showing up in the generated html).
- Fixed: code excerpt title `constructor` -> `isSelected`.
- Cleanup of all makeExample mixin uses.
This cleanup will help make it easier to record differences with the
deprecated router chapter (which must have app-relative makeExample
paths).
* post-review updates
Found another instance of markdown (a heading) outside of a `:marked` region.
2016-08-12 11:20:44 -07:00
Patrice Chalin
a771a6e0d0
chore(ts/cache): add glossary ( #2098 )
2016-08-12 11:14:44 -07:00
Patrice Chalin
b772079bc9
chore(install): fix install scripts & improve local usage ( #2041 )
...
Fix a few minor problems with Travis install & build scripts.
Other changes allow `before-install.sh` to be run locally.
2016-08-11 17:44:42 -07:00
Zhicheng Wang
94aa3664ab
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# .gitignore
# public/docs/_examples/cb-component-communication/ts/app/app.component.ts
# public/docs/ts/latest/_data.json
# public/docs/ts/latest/cookbook/_data.json
# public/docs/ts/latest/cookbook/a1-a2-quick-reference.jade
# public/docs/ts/latest/cookbook/dependency-injection.jade
# public/docs/ts/latest/cookbook/dynamic-form.jade
# public/docs/ts/latest/cookbook/set-document-title.jade
# public/docs/ts/latest/glossary.jade
# public/docs/ts/latest/guide/architecture.jade
# public/docs/ts/latest/guide/attribute-directives.jade
# public/docs/ts/latest/guide/dependency-injection.jade
# public/docs/ts/latest/guide/forms.jade
# public/docs/ts/latest/guide/hierarchical-dependency-injection.jade
# public/docs/ts/latest/guide/pipes.jade
# public/docs/ts/latest/guide/router.jade
# public/docs/ts/latest/guide/server-communication.jade
# public/docs/ts/latest/guide/template-syntax.jade
# public/docs/ts/latest/quickstart.jade
# public/docs/ts/latest/tutorial/toh-pt1.jade
# public/docs/ts/latest/tutorial/toh-pt3.jade
# public/docs/ts/latest/tutorial/toh-pt5.jade
# public/docs/ts/latest/tutorial/toh-pt6.jade
2016-08-12 07:57:51 +08:00
Patrice Chalin
7075cdbefa
docs(hierarchical-di): post-RC5 Dart resync ( #2080 )
...
Contributes to #2077 .
Depends on #2078 .
2016-08-11 14:43:59 -07:00
Patrice Chalin
de41148457
chore(cache): cache management script ( #2090 )
...
Cf. #2088 .
2016-08-11 14:39:16 -07:00
Patrice Chalin
596b6862de
docs(template-syntax/dart): enhancements to example code ( #2051 )
...
* docs(template-syntax/dart): enhancements to example code
Enhancements to `NgStyle` section in support of its API docs.
- Add feature supporting interactive update of a paragraph’s style.
- Add full type declarations.
- Replace bogus implementation of `getStyles()`.
* dartfmt updates
2016-08-11 11:47:59 -07:00
Patrice Chalin
2ca6d6567b
chore(quickstart/dart): refresh ts _cache ( #2089 )
...
Cf. #2088 and #2077 .
2016-08-11 11:29:19 -07:00
Patrice Chalin
19d06061c5
docs(quickstart): post-RC5 Dart resync ( #2078 )
...
* docs(quickstart): post-RC5 Dart resync
- Resync Dart QS prose with TS, post RC5.
- Added to-be-shared Jade `var` definitions to `_util-fns.jade`.
- Delete cached QS jade file.
- Eliminate the stub file `styles.1.css` in favor of a `docregion` in
the main `styles.css`.
This commit requires a `gulp add-example-boilerplate` after pulling it in.
Contributes to #2077 .
* post-review edits
2016-08-10 13:32:07 -07:00
Patrice Chalin
2fd162425d
chore(dart): api doc builder enhancements ( #2050 )
...
- #2049 , support ng.io doc relative links and code-regions
- Change dartdoc output folder to `docs/api` (from `doc/api`).
2016-08-10 10:36:23 -07:00
Patrice Chalin
ccdc8c0cec
chore(pipes): disable broken e2e tests ( #2068 )
2016-08-10 08:00:04 -07:00
Trotyl Yu
16731979a0
docs(glossary): Fix ECMAScript description
...
closes #2030
ES2016(ES7) has already been officially published.
2016-08-09 22:44:11 -07:00
Fredy Treboux
124a03ae09
docs(lifecycle-hooks): minor typo.
...
closes #2045
2016-08-09 22:36:55 -07:00
Aysegul Yonet
5de00cc591
docs(rc4-to-rc5):fix npm for angular-cli
...
closes #2072
2016-08-09 22:35:23 -07:00
Trotyl Yu
b7e42e2d32
docs(ngmodule): Fix typo
...
closes #2073
2016-08-09 22:33:26 -07:00
Ward Bell
d412470b38
Update router.jade
2016-08-09 22:29:27 -07:00
Brandon Roberts
420b9ca59e
docs(router): Fixed lazy loading initial example
...
closes #2070
2016-08-09 20:00:08 -07:00
Ward Bell
162b1773be
docs(rc4-to-rc5): fix npm for MD
...
closes #2067
2016-08-09 17:55:32 -07:00
Benjamin Dopplinger
c8cc3226cc
docs(toh-pt5/dart): remove an already existing line ( #2056 )
...
Remove an import statement as the package is already imported at this stage of the tutorial.
2016-08-09 17:17:56 -07:00
Patrice Chalin
1ae7b31f61
chore(e2e): fix user-input test
...
closes #2065
There seemed to be a timing issue. A simple rewrite using async/await
seems to solve the problem.
2016-08-09 16:51:37 -07:00
Jesús Rodríguez
787ca1600d
docs(ngmodule): remove module.id
...
closes #2064
2016-08-09 16:27:01 -07:00
Ward Bell
38a59f91bd
docs: small, quick fixes for RC5 including link repair. ( #2062 )
2016-08-09 15:56:47 -07:00
Naomi Black
7bc0877d31
events(aug9): Add anglebrackets
2016-08-09 13:06:00 -07:00
Naomi Black
b4a7b31498
news(aug9): news for the rc5 release
2016-08-09 12:39:51 -07:00
Jesús Rodríguez
b54db9ab5f
chore: swap reflect on webpack to core-js
2016-08-09 12:39:28 -07:00
Ward Bell
aef8aa94aa
docs(ngmodule): add chapter
2016-08-09 12:31:52 -07:00
Ward Bell
fe35bc6c31
docs(rc4-to-rc5): New RC4->RC5 migration cookbook.
2016-08-09 12:28:25 -07:00
Peter Bacon Darwin
d79adb2422
docs(rc5): update docs and plunkers for rc5
2016-08-09 11:48:07 -07:00
Peter Bacon Darwin
2fb503dabf
doc-gen: fix filterable API list
...
Closes #2054
2016-08-09 10:51:16 -07:00
Benjamin Dopplinger
ef1171bd36
docs(toh-pt5/dart): fix grammar mistakes ( #2057 )
2016-08-09 10:43:42 -07:00
Patrice Chalin
841db9e817
docs(toh-6): show provider to use with a real back end ( #2059 )
...
Fixes #2055 .
2016-08-09 10:41:05 -07:00