Polish learning-angular.jade (round 2)
This commit is contained in:
parent
4f1ac69d6d
commit
510b9051ed
|
@ -26,7 +26,8 @@ figure
|
||||||
to a full-featured example that demonstrates the essential characteristics of a professional application:
|
to a full-featured example that demonstrates the essential characteristics of a professional application:
|
||||||
a sensible project structure, data binding, master/detail, services, dependency injection, navigation, and remote data access.
|
a sensible project structure, data binding, master/detail, services, dependency injection, navigation, and remote data access.
|
||||||
|
|
||||||
*英雄指南*让你一步一步的从[搭建本地开发环境](setup.html)开始,到开发一个完整特征的例子程序,它包含了专业应用最基本的特征:
|
*英雄指南*从[搭建本地开发环境](setup.html)开始,
|
||||||
|
带着你一步一步地开发出具有完整特征的示例程序,它包含了专业应用最基本的特征:
|
||||||
合理的项目结构、数据绑定、主从视图、服务、依赖注入、导航和远程数据访问等。
|
合理的项目结构、数据绑定、主从视图、服务、依赖注入、导航和远程数据访问等。
|
||||||
|
|
||||||
1. <a id="architecture"></a>Read the [Architecture](architecture.html) overview for the big picture.
|
1. <a id="architecture"></a>Read the [Architecture](architecture.html) overview for the big picture.
|
||||||
|
@ -47,7 +48,7 @@ figure
|
||||||
|
|
||||||
1. [Forms](forms.html) covers data entry and validation within the UI.
|
1. [Forms](forms.html) covers data entry and validation within the UI.
|
||||||
|
|
||||||
[表单](forms.html)涵盖了 UI 界面中数据的输入和验证。
|
[表单](forms.html)涵盖了用户界面中数据的输入和验证。
|
||||||
|
|
||||||
1. [Dependency Injection](dependency-injection.html) is the way to build large, maintainable applications
|
1. [Dependency Injection](dependency-injection.html) is the way to build large, maintainable applications
|
||||||
from small, single-purpose parts.
|
from small, single-purpose parts.
|
||||||
|
@ -60,7 +61,7 @@ figure
|
||||||
|
|
||||||
After reading the above sections, feel free to skip around among the other pages on this site.
|
After reading the above sections, feel free to skip around among the other pages on this site.
|
||||||
|
|
||||||
阅读上面这些页面以后,你可以随意在本站的其他页面中挑选阅读。
|
阅读以上内容后,你可以随意挑选在本站的其他页面进行阅读。
|
||||||
|
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
|
@ -71,4 +72,4 @@ figure
|
||||||
Try the [tutorial](../tutorial "Tour of Heroes") if you're ready to start coding or
|
Try the [tutorial](../tutorial "Tour of Heroes") if you're ready to start coding or
|
||||||
visit the [Architecture](architecture.html "Basic Concepts") page if you prefer to learn the basic concepts first.
|
visit the [Architecture](architecture.html "Basic Concepts") page if you prefer to learn the basic concepts first.
|
||||||
|
|
||||||
如果你想开始编程,那就试试[教程](../tutorial "Tour of Heroes")。或者如果你想要先学习基础概念,那么阅读[架构](architecture.html "基本概念")页面。
|
如果你想开始编程,那就试试[教程](../tutorial "英雄指南")。或者如果你想要先学习基本概念,那么阅读[架构](architecture.html "基本概念")页面。
|
||||||
|
|
Loading…
Reference in New Issue