fix: 把"本烹饪宝典"改为"本文" (#320)
This commit is contained in:
parent
19da605eae
commit
644084c32b
|
@ -7,7 +7,7 @@
|
||||||
This cookbook contains recipes for common component communication scenarios
|
This cookbook contains recipes for common component communication scenarios
|
||||||
in which two or more components share information.
|
in which two or more components share information.
|
||||||
|
|
||||||
本烹饪宝典包含了常见的组件通讯场景,也就是让两个或多个组件之间共享信息的方法。
|
本文包含了常见的组件通讯场景,也就是让两个或多个组件之间共享信息的方法。
|
||||||
|
|
||||||
{@a toc}
|
{@a toc}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ This cookbook explores many of the features of Dependency Injection (DI) in Angu
|
||||||
See the <live-example name="dependency-injection-in-action"></live-example>
|
See the <live-example name="dependency-injection-in-action"></live-example>
|
||||||
of the code in this cookbook.
|
of the code in this cookbook.
|
||||||
|
|
||||||
要获取本“烹饪宝典”的代码,**参见<live-example name="dependency-injection-in-action"></live-example>**。
|
要获取本文的代码,**参见<live-example name="dependency-injection-in-action"></live-example>**。
|
||||||
|
|
||||||
{@a app-wide-dependencies}
|
{@a app-wide-dependencies}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
Your app should be able to make the browser title bar say whatever you want it to say.
|
Your app should be able to make the browser title bar say whatever you want it to say.
|
||||||
This cookbook explains how to do it.
|
This cookbook explains how to do it.
|
||||||
|
|
||||||
应用程序应该能让浏览器标题栏显示你想让它显示的内容。本*烹饪宝典*解释怎么做。
|
应用程序应该能让浏览器标题栏显示你想让它显示的内容。本文会解释怎么做。
|
||||||
|
|
||||||
See the <live-example name="set-document-title"></live-example>.
|
See the <live-example name="set-document-title"></live-example>.
|
||||||
|
|
||||||
|
|
|
@ -11,14 +11,14 @@ Some developers prefer Visual Studio as their Integrated Development Environment
|
||||||
This cookbook describes the steps required to set up and use the
|
This cookbook describes the steps required to set up and use the
|
||||||
Angular QuickStart files in **Visual Studio 2015 within an ASP.NET 4.x project**.
|
Angular QuickStart files in **Visual Studio 2015 within an ASP.NET 4.x project**.
|
||||||
|
|
||||||
本烹饪宝典介绍了在**Visual Studio 2015 的 ASP.NET 4.x 项目中**,用 Angular 实现“快速上手”所需的步骤。
|
本文介绍了在**Visual Studio 2015 的 ASP.NET 4.x 项目中**,用 Angular 实现“快速上手”所需的步骤。
|
||||||
|
|
||||||
<div class="l-sub-section">
|
<div class="l-sub-section">
|
||||||
|
|
||||||
There is no *live example* for this cookbook because it describes Visual Studio, not
|
There is no *live example* for this cookbook because it describes Visual Studio, not
|
||||||
the QuickStart application itself.
|
the QuickStart application itself.
|
||||||
|
|
||||||
本烹饪宝典中没有*在线例子*,因为它介绍的是 Visual Studio,而不是《快速上手》应用程序本身。
|
本文中没有*在线例子*,因为它介绍的是 Visual Studio,而不是《快速上手》应用程序本身。
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -185,7 +185,7 @@ Create the ASP.NET 4.x project in the usual way as follows:
|
||||||
This cookbook uses the `Empty` template with no added folders,
|
This cookbook uses the `Empty` template with no added folders,
|
||||||
no authentication, and no hosting. Pick the template and options appropriate for your project.
|
no authentication, and no hosting. Pick the template and options appropriate for your project.
|
||||||
|
|
||||||
本烹饪宝典选择了 `Empty` 模板,它没有添加过任何目录,没有身份验证,没有服务器托管。为你的项目选择合适的模板和选项。
|
本文选择了 `Empty` 模板,它没有添加过任何目录,没有身份验证,没有服务器托管。为你的项目选择合适的模板和选项。
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue