Commit Graph

3404 Commits

Author SHA1 Message Date
Filipe Silva 16c1837feb change HeroDetailComponent to HeroDetailDirective 2016-11-10 15:27:45 +00:00
Filipe Silva c7487be4a2 re-enable upgrade-adapter tests 2016-11-10 15:27:42 +00:00
Filipe Silva c3b9cb3a03 cleanup upgrade-adapter e2e test 2016-11-10 14:58:14 +00:00
Filipe Silva 03d877dcee update 2-to-1-providers 2016-11-10 14:33:58 +00:00
Filipe Silva 2bd3a6e0d1 update 1-to-2-providers 2016-11-10 14:27:46 +00:00
Filipe Silva f63649ae45 update 2-to-1-transclusion 2016-11-10 14:04:35 +00:00
Filipe Silva 476ccf0001 update 1-to-2-projection 2016-11-10 13:57:45 +00:00
Filipe Silva 71cd604f55 update downgrade-io 2016-11-10 12:34:31 +00:00
Filipe Silva e4bb6ce3cc update downgrade-static 2016-11-10 12:24:20 +00:00
Filipe Silva 2117d40de3 update upgrade-io example 2016-11-10 12:04:19 +00:00
Filipe Silva f958661afe update upgrade-static 2016-11-09 19:33:57 +00:00
Filipe Silva 455f2f6896 add systemjs config extras to all indexes 2016-11-09 18:25:04 +00:00
Filipe Silva 89a9529672 remove shared adapter example 2016-11-09 18:23:01 +00:00
Filipe Silva e990594b6d convert 1-2-hybrid-bootstrap to upgrade/static 2016-11-09 18:12:15 +00:00
Filipe Silva b0ca4f5040 revert change to browser.ignoreSynchronization 2016-11-09 17:21:22 +00:00
Martin Eckardt 03db4bbc48 docs(a1-a2): fix link to Filter/Pipes (#2770) 2016-11-09 17:43:40 +01:00
Pavol Pitonak 60565a5cf1 docs(testing): configureTestModule -> configureTestingModule (#2767) 2016-11-09 17:42:57 +01:00
Catalin Zalog ec471974a7 docs(style-guide): fix missing *.ts (#2763) 2016-11-09 17:41:56 +01:00
Filipe Silva e9469e55f2 use 2.2.0-rc.0 2016-11-09 14:45:23 +00:00
Filipe Silva 6e5b8a458f add hybrid toggle switch to helpers 2016-11-09 14:23:59 +00:00
Patrice Chalin 234e468d5d docs: intra-site links should be relative
Contributes to #2772.
2016-11-08 16:04:24 -08:00
Patrice Chalin 6b37da78e4 docs(forms/dart): remove mention of FORM_DIRECTIVES
Fixes #2752
2016-11-08 15:55:52 -08:00
Patrice Chalin c24dd074a6 docs(toh-5/dart): use routerLink in dashboard (#2744)
* docs(toh-5/dart): use routerLink in dashboard

* minor edits to TS jade

* remove dart/toh-pt5 from bad-code-excerpt-skip-patterns
2016-11-08 14:48:03 -08:00
Yang Lin b8f0e41a37 Polish guide architecture 2016-11-09 02:01:43 +08:00
Filipe Silva cb3d3b34c4 re-enable upgrade-phonecat-2 tests 2016-11-08 17:47:39 +00:00
Filipe Silva 2b235fbe65 re-enable upgrade-adapter and upgrade-phonecat-1 tests 2016-11-08 17:31:02 +00:00
Patrice Chalin 2808878c36 chore(deploy): don't name project in firebase deploy
Naming the project would sometimes cause gulp to report `An unexpected
error has occurred` with exit code 2.
2016-11-08 08:42:07 -08:00
Yang Lin 9531ac9171 Polish guide index 2016-11-08 22:45:09 +08:00
Patrice Chalin 5e79a1a2b5 chore: fix broken links and transform API links for dart docs
- Dart non-api doc pages w/ links to API entries will now have those
links translated from a TS API reference URL to a Dart API reference
URL.
- Created and ran a link checker to verify that all such links to API
entries refer to Dart.
- Fixed links to pages that have moved:
 - JS & Dart: `i18n` is under now `cookbook` not `guide`
 - Dart: testing page is now directly under guide.

Contributes to #1895
Fixes #2273
2016-11-07 13:24:20 -08:00
Yang Lin 6c9b27996c Polish toh pt6 2016-11-06 19:18:18 +08:00
Yang Lin af0359d199 控制台 -> 仪表盘 2016-11-06 16:33:53 +08:00
Yang Lin cf42e8ce7b Promise -> 承诺 2016-11-06 16:33:53 +08:00
Yang Lin b9e72506af Polish toh pt4 2016-11-06 16:33:53 +08:00
Yang Lin ba8503d9b1 typo 2016-11-06 15:17:58 +08:00
Yang Lin a934b5993a Polish toh pt5 2016-11-06 15:08:57 +08:00
Yang Lin 48fca7a8db polish 2016-11-06 11:43:36 +08:00
Yang Lin a13f19f7d4 Polish top pt1 2016-11-06 11:43:36 +08:00
Yang Lin 1cd0742230 more polish 2016-11-06 11:41:49 +08:00
Yang Lin 1586163b0d Polish top pt2 2016-11-06 11:41:49 +08:00
Yang Lin 14eed65c12 Polish toh pt3 2016-11-06 09:41:03 +08:00
Yang Lin b2e92e4a62 polish 2016-11-06 09:30:21 +08:00
Yang Lin 9c799a4f41 Tutorial index 2016-11-06 09:30:21 +08:00
Ward Bell a46cba06f0 docs(quickstart): app says "Hello Angular!" instead of "My first..." (#2760) 2016-11-05 13:12:11 -07:00
Ward Bell 8fafa8a01e docs(plunkers): prepare plunkers for the quickstart reboot (#2759)
* plunker builder removes files and scripts not needed in plunkers (e.g., systemjs.config.js)
* no longer adds placeholder README.md (deemed a distraction)
* tag is now "Angular" instead of "Angular2"
* new plnkr.json "includeSystemConfig" option adds systemjs.config.js back; needed for testing plnkrs.
* incidentally changes comment "Polyfill(s)" to "Polyfills" in all index.html
2016-11-05 12:53:47 -07:00
rexebin 48dd29e0d5 patch: toh-pt5 2016-11-05 14:48:20 +00:00
rexebin 2aa5e71df4 Merge remote-tracking branch 'remotes/angular.io/master' into merge-review-rex
# Conflicts:
#	public/_includes/_hero-home.jade
2016-11-05 14:24:01 +00:00
rexebin 5c46ddf7a7 Merge remote-tracking branch 'remotes/angular.io/master' into merge-review-rex
# Conflicts:
#	public/_includes/_hero-home.jade
2016-11-05 14:23:51 +00:00
rexebin 7d5e2cf412 Merge remote-tracking branch 'angular.io/master' into merge-review-rex
# Conflicts:
#	public/docs/ts/latest/tutorial/toh-pt5.jade
2016-11-05 14:08:21 +00:00
Naomi Black 6714e171c8 banner(china): announce gdd china events 2016-11-05 02:16:07 -07:00
Ward Bell 74ef87feac docs: systemjs.config.plunker -> systemjs.config.web w/ auto-bootstrap (#2756)
see PR #2756
2016-11-04 21:59:51 -07:00