Rex
6196a2beac
Merge pull request #123 from todoubaba/issue-122
...
fix issue 122
2016-11-22 19:13:45 +00:00
Yang Lin
b4bfef14e2
fix issue 122
2016-11-23 02:41:11 +08:00
Rex
a288e2c0c4
Merge pull request #118 from todoubaba/guide-architecture
...
Polish guide architecture
2016-11-22 16:52:29 +00:00
Rex
2c8b7dfc75
Merge pull request #114 from todoubaba/toh-pt5
...
Polish toh pt5
2016-11-22 16:52:05 +00:00
Yang Lin
24b9d7ab78
merge 2.2.0
2016-11-23 00:46:50 +08:00
Yang Lin
121e13b5a1
merge 2.2.0
2016-11-23 00:22:04 +08:00
Rex
027657f49d
Merge pull request #121 from todoubaba/upgrade-2.2.0
...
Upgrade to 2.2.0
2016-11-22 15:38:52 +00:00
Yang Lin
9201b1270f
Merge pull request #1 from rexebin/upgrade-2.2.0
...
Upgrade 2.2.0
2016-11-22 23:38:01 +08:00
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 8ccc33e6ff
.
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 bf4e0c49ff
.
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