3409 Commits

Author SHA1 Message Date
Rex YE
7f022c153b fix aot-compiler, router and upgrade 2016-11-22 15:21:36 +00:00
Rex YE
b3555bf990 fix browser-support, style-guide and toh-pt5 2016-11-22 14:54:35 +00:00
Rex YE
1e105bff95 fix guide/index.jade and forms 2016-11-22 14:42:12 +00:00
Rex YE
a13b40442e fix compile errors. 2016-11-22 14:26:51 +00:00
Rex YE
56228ce571 fix quickstart.jade compile error. 2016-11-22 14:18:53 +00:00
Yang Lin
5a7745fb27 Upgrade to 2.2.0 2016-11-22 20:07:16 +08:00
Ward Bell
434308ab1b docs(forms): revise prose for form.reset (#2853) 2016-11-21 18:23:28 -08:00
Ward Bell
5217f116d9 docs(quickstart): reboot - final review 2016-11-21 17:37:10 -08:00
Ward Bell
ec2e6cb2c7 [WIP] docs(quickstart): QuickStart reboot (#2762) 2016-11-21 17:36:16 -08:00
Ward Bell
a7525721c0 Revert "[WIP] docs(quickstart): QuickStart reboot (#2762)"
This reverts commit 8ccc33e6ffacd7a0acdfc49aab2e6fdecf627fa9.
2016-11-21 17:29:00 -08:00
Ward Bell
8ccc33e6ff [WIP] docs(quickstart): QuickStart reboot (#2762) 2016-11-21 17:13:21 -08:00
Wenchen Li
bcab06403c Fix #2066 (#2800) 2016-11-21 12:59:00 -08:00
Kapunahele Wong
694b58d06e [WIP] docs(user-input): Jessica's user input edits (#2683) 2016-11-21 12:17:39 -08:00
Patrice Chalin
fc303c0697 docs(quickstart): recover definition of _quickstartSrcURL (#2849)
Supersedes #2847
Fixes #2838
2016-11-21 17:14:03 +00:00
Patrice Chalin
ad3fbada10 examples(toh-5, toh-6): fix Dart e2e (#2846) 2016-11-21 13:58:59 +01:00
Chris Sherman
b64ec8275a docs(toh-pt5): fix typo (#2836) 2016-11-21 11:27:09 +01:00
Ward Bell
66dc8afcec chore(plunker-builder): don't strip import ('app') from index (#2843) 2016-11-20 23:25:09 -08:00
Jesús Rodríguez
1303706542 chore: use tsconfig lib (#2840) 2016-11-20 17:28:37 -08:00
Patrice Chalin
448fd4f0b3 docs(quickstart): show qs files via code-tabs for Dart (#2839) 2016-11-20 15:33:08 -08:00
Patrice Chalin
79375cab3e docs(server-comm): fix path to heroes.json for Dart (#2837) 2016-11-20 21:35:00 +00:00
Yang Lin
e16f317034 Polish by review 2016-11-21 00:48:26 +08:00
Yang Lin
f67aee12a9 Polish by review 2016-11-21 00:39:46 +08:00
Yang Lin
54e9048e46 Revert "Polish by review"
This reverts commit bf4e0c49ffb37cc989a4dcca08bd8a6e27fb8f13.
2016-11-21 00:30:05 +08:00
Yang Lin
bf4e0c49ff Polish by review 2016-11-21 00:22:25 +08:00
ashishg-qburst
8f7d5930cd docs: fix typo (#2824) 2016-11-18 22:30:50 -08:00
Rex
fea03ea097 Replace next() with emit() for EventEmitter<T> (#2812) 2016-11-18 22:29:57 -08:00
Filipe Silva
199d2096d6 chore: add new 2.2.0 entry points (#2810) 2016-11-18 22:28:24 -08:00
Patrice Chalin
2026e5026d docs: fix remaining broken links (#2832)
* docs: fix remaining broken links In particular, don’t show the language dropdown for the docs change-log page (since JS and Dart don’t have a change log). Together with #2830, this fixes #2150

* ignore invalid link from about bios
2016-11-18 21:24:35 -08:00
Ward Bell
b3c65a9a93 docs(systemjs.web): auto-bootstrap option that creates its own AppModule and boots it. (#2833)
For specific plunkers, e.g. "QuickStart (reboot edition)" PR #2762, that shouldn't have AppModule or main.ts
Rescinds the automatic bootstrapping and exclusion of `main.ts` in #2786 and #2756
Only autoBootstraps when `window.autoBootstrap === true`.
2016-11-18 20:29:05 -08:00
Patrice Chalin
2d3836c8c1 docs(cache): misc adjustments for Dart (#2830)
* docs(cache): misc adjustments for Dart

Dart cache adjustments:
- Add guide/index (it was being inherited directly from latest before).
- Add proper cache of `_quickstart_repo.jade` (it used to be just an
include).

Also:
- In `_quickstart_repo.jade` use variable set to URL of repo.
- Fix newly added link to Quickstart in guide/index.jade.

* dart/displaying-data: just use TS's _quickstart_repo
2016-11-18 22:55:21 +00:00
Ward Bell
f915746262 Merge pull request #2831 from IdeaBlade/change-log-undeprecate-old-ngupgrade
docs(change-log): correct log for NgUpdate (not deprecated)
2016-11-18 14:44:48 -08:00
Ward Bell
79eaf75d93 docs(change-log): correct log for NgUpdate (not deprecated) 2016-11-18 14:22:17 -08:00
Patrice Chalin
0fa21c49ad docs(Dart): sync with TS version of quickstart (#2828)
* update cache

* docs(Dart): sync with TS version of quickstart

* sync cache with updates from previous commit
2016-11-18 21:23:38 +00:00
Ward Bell
f2daab7a9e Merge pull request #2827 from IdeaBlade/systemjs-create-appmodule
docs(systemjs.web): can create a default for missing AppModule.ts
2016-11-18 12:19:50 -08:00
Ward Bell
ed3101a5e0 docs(systemjs.web): can create a default for missing AppModule.ts 2016-11-18 11:31:32 -08:00
gramotei
1fe2083e10 docs(style-guide): fix typo (#2826) 2016-11-18 20:08:48 +01:00
Patrice Chalin
7c8938a424 example(pipes): Dart e2e fix (#2825)
Match TS example and only bootstrap AppComponent.
2016-11-18 15:53:41 +00:00
Patrice Chalin
1c2d14a8b8 docs(guide & api): feedback/issue links for Dart should refer to Dart repos (#2821)
* docs(guide/index): feedback link to Dart repo for Dart

- Also added links to chapters mentioned in table.
- Other minor copyedits.

* docs(api): issue links should refer to Dart repo

* post-review updates

* add link to Advance and Guide chapters

* ensure that we can determine which language is active
2016-11-17 16:53:28 -08:00
Eric Jimenez
e59cd9abc9 chore: remove deprecated clear= and use clear layout helpers (#2822)
* define clear layout helpers

* replace deprecated clear= with helper
2016-11-17 15:02:32 -08:00
Eric Jimenez
bde8fe1478 remove grid fluid from dart api list (#2823) 2016-11-17 14:54:42 -08:00
Patrice Chalin
f993315931 chore(dart): complete the renaming of "Angular 2" to "Angular" (#2820)
Contributes to #2407

- Dropped the “2” in “Angular 2” and “angular2_*” where appropriate.
- Did a partial sync of `_cache/guide/pipes.jade`
- In quickstart, changed `Try changing the message to "Hello Angular
2!”` to `Try changing the message to "Hello Again Angular!”`.
2016-11-17 14:10:28 -08:00
Patrice Chalin
d853a29fe0 examples(dart): demote some packages to dev_dependencies (#2818)
Fixes #2777
2016-11-17 13:47:51 -08:00
Kenny John Jacob
7febba6209 docs(router): fix missing anchor id (#2817)
The link *Importing from the router library* (https://angular.io/docs/ts/latest/guide/router.html#import) does not work.

I supposed that this was the corresponding section to be linked to.
2016-11-17 21:54:55 +01:00
Eric Jimenez
2a3dbe53f4 replace clearfix with a wrapping flexbox (#2819) 2016-11-17 09:37:14 -08:00
Patrice Chalin
061e50fa06 docs: adjust page heading levels (#2813)
* docs: adjust page heading levels

Only the page TOC should be at heading level 1. All other headings
should start at level 2. This commit also removes duplicate headings,
in continuation of #2796.

(This fix is necessary to support an auto-TOC feature.)
2016-11-16 10:02:31 -08:00
Filipe Silva
31e0101020 fix(live-example): correctly match example name (#2815)
Currently, when visiting a page with a relative link e.g. https://angular.io/docs/ts/latest/guide/testing.html#!#top, `NgIoUtil.getExampleName` fails to match the example name. 

This results on `live-example` directives on that page missing the example name in the link: instead of linking to https://angular.io/resources/live-examples/testing/ts/plnkr.html it will link to https://angular.io/resources/live-examples//ts/plnkr.html (notice the missing `testing` and the double slashes).
2016-11-16 17:51:06 +00:00
Patrice Chalin
e0aecb39d9 docs(struct-directives): update Dart cache (#2806)
Only minor prose edits in this PR. No net change in the generated HTML
for the TS side.
2016-11-15 15:38:02 -08:00
Patrice Chalin
0dfda08306 docs: in links use href=foo#bar not foo#!#bar (#2807) 2016-11-15 15:36:34 -08:00
Patrice Chalin
64bce18ea7 e2e(dependency-injection): fix for Dart and simplification for TS
Fixes #2493

No need to dual boot `AppComponent` and `ProvidersComponent` only to
ensure that we could demo optional injection; instead just inject null
for the `@Optional` constructor parameter type.

No prose is affected by these changes.
2016-11-15 22:58:56 +00:00
Patrice Chalin
4a4144efe1 docs(tutorial): update Dart cache for toh intro (#2805) 2016-11-15 14:55:33 -08:00