patch: ts-to-js, component-communication, set-document-title and visual-studio.

This commit is contained in:
rexebin 2016-10-18 19:53:12 +01:00
parent 7a894d6434
commit 9d9b00b3b9
4 changed files with 5 additions and 3 deletions

View File

@ -16,7 +16,7 @@ include ../../../../_includes/_util-fns
applications. applications.
TypeScript是个广受欢迎的Angular 2语言选项你在网络上和本站上看到的很多范例代码都是用TypeScript写的。 TypeScript是个广受欢迎的Angular 2语言选项你在网络上和本站上看到的很多范例代码都是用TypeScript写的。
本烹饪宝典包含如何把这些代码编译到ES5的菜谱这样它们就可以被用到JavaScript版的Angular 2程序里了。 本烹饪宝典包含如何把这些代码编译到ES5的方法这样它们就可以被用到JavaScript版的Angular 2程序里了。
<a id="toc"></a> <a id="toc"></a>

View File

@ -50,7 +50,7 @@ include ../_util-fns
:marked :marked
**See the <live-example name="cb-component-communication"></live-example>**. **See the <live-example name="cb-component-communication"></live-example>**.
**参见<live-example name="cb-component-communication"></live-example>**。 **参见<live-example name="cb-component-communication">在线例子</live-example>**。
.l-main-section .l-main-section
<a id="parent-to-child"></a> <a id="parent-to-child"></a>

View File

@ -9,7 +9,7 @@ a(id='top')
:marked :marked
**See the <live-example name="cb-set-document-title"></live-example>**. **See the <live-example name="cb-set-document-title"></live-example>**.
**参见<live-example name="cb-set-document-title"></live-example>**。 **参见<live-example name="cb-set-document-title">在线例子</live-example>**。
.l-sub-section .l-sub-section
img(src='/resources/images/devguide/plunker-separate-window-button.png' alt="pop out the window" align="right" style="margin-right:-20px") img(src='/resources/images/devguide/plunker-separate-window-button.png' alt="pop out the window" align="right" style="margin-right:-20px")

View File

@ -293,6 +293,8 @@ h2#build-and-run 第七步:编译和运行应用程序
:marked :marked
To set index.html as start page, right-click `index.html` in Solution Explorer and select option `Set As Start Page`. To set index.html as start page, right-click `index.html` in Solution Explorer and select option `Set As Start Page`.
将index.html设置为启动页面在Solution Explorer中右键点击`index.html`,选择选项`Set As Start Page`。
Click the Run button or press F5 to build and run the application. Click the Run button or press F5 to build and run the application.
点击“运行”按钮或按F5键来编译和运行应用程序。 点击“运行”按钮或按F5键来编译和运行应用程序。