2017-02-22 18:09:39 +00:00
|
|
|
@title
|
2017-07-23 11:51:25 +08:00
|
|
|
学习 Angular
|
2017-02-22 18:09:39 +00:00
|
|
|
|
|
|
|
@intro
|
2017-07-23 11:51:25 +08:00
|
|
|
Angular 初学者的推荐学习路径
|
2017-02-22 18:09:39 +00:00
|
|
|
|
|
|
|
@description
|
|
|
|
|
2017-03-27 16:08:53 +01:00
|
|
|
|
2017-03-30 20:04:18 +01:00
|
|
|
|
2017-02-22 18:09:39 +00:00
|
|
|
<figure>
|
2017-04-01 01:57:13 +02:00
|
|
|
<img src="assets/images/devguide/intro/people.png" width="200px" height="152px" alt="Us" align="left" style="margin-left:-40px;margin-right:10px"></img>
|
2017-02-22 18:09:39 +00:00
|
|
|
</figure>
|
|
|
|
|
2017-04-01 01:57:13 +02:00
|
|
|
|
|
|
|
|
2017-02-22 18:09:39 +00:00
|
|
|
Everyone learns differently.
|
|
|
|
You don't have to read the documentation straight through. Most pages stand on their own.
|
|
|
|
Those new to Angular may wish to follow this popular learning path.
|
|
|
|
<br class="l-clear-left">
|
|
|
|
|
2017-07-29 12:59:50 +08:00
|
|
|
每个人的学习方式不一样,你不一定要通读文档,而本站的大部分页面都是可以独立阅读的。
|
|
|
|
Angular 初学者可以遵循下面这种常见学习路径:
|
2017-07-23 11:51:25 +08:00
|
|
|
|
|
|
|
<br class="l-clear-left">
|
|
|
|
|
2017-04-01 01:57:13 +02:00
|
|
|
1. [Setup](guide/setup "Setup locally withe Quickstart seed") for local Angular development, if you haven't already done so.
|
2017-02-22 18:09:39 +00:00
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
如果你还没有这样做,[搭建](guide/setup "利用《快速起步》种子搭建本地开发环境")本地 Angular 开发环境。
|
|
|
|
|
|
|
|
1. Take the [*Tour of Heroes* tutorial](tutorial "Tour of Heroes").
|
2017-02-22 18:09:39 +00:00
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
学习[*英雄指南*教程](tutorial "Tour of Heroes")。
|
|
|
|
|
2017-03-11 15:36:40 +00:00
|
|
|
The *Tour of Heroes* takes you step-by-step from [setup](guide/setup)
|
2017-02-22 18:09:39 +00:00
|
|
|
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.
|
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
*英雄指南*从[搭建本地开发环境](guide/setup)开始,
|
|
|
|
带着你一步一步地开发出具有完整特征的示例程序,它包含了专业应用最基本的特征:
|
|
|
|
合理的项目结构、数据绑定、主从视图、服务、依赖注入、导航和远程数据访问等。
|
|
|
|
|
2017-04-01 01:57:13 +02:00
|
|
|
1. {@a architecture}Read the [Architecture](guide/architecture) overview for the big picture.
|
2017-02-22 18:09:39 +00:00
|
|
|
|
2017-07-28 22:40:56 +08:00
|
|
|
阅读[架构](guide/architecture)了解大局。
|
2017-07-23 11:51:25 +08:00
|
|
|
|
2017-03-11 15:36:40 +00:00
|
|
|
1. [The Root Module](guide/appmodule) introduces the `NgModule` class that tells Angular how to compile and run your application.
|
2017-02-22 18:09:39 +00:00
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
[根模块](guide/appmodule)介绍了`NgModule`类,它为 Angular 描述如何编译和运行应用。
|
|
|
|
|
2017-03-11 15:36:40 +00:00
|
|
|
1. [Displaying Data](guide/displaying-data) shows how data binding puts component property values on screen.
|
2017-02-22 18:09:39 +00:00
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
[显示数据](guide/displaying-data)展示了数据绑定如何将组件属性值显示到屏幕上。
|
|
|
|
|
2017-03-11 15:36:40 +00:00
|
|
|
1. [User Input](guide/user-input) explains how to respond to user-initiated DOM events.
|
2017-02-22 18:09:39 +00:00
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
[用户输入](guide/user-input)解释了如何处理用户触发的 DOM 事件。
|
|
|
|
|
2017-03-11 15:36:40 +00:00
|
|
|
1. [Forms](guide/forms) covers data entry and validation within the UI.
|
2017-02-22 18:09:39 +00:00
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
[表单](guide/forms)涵盖了用户界面中数据的输入和验证。
|
|
|
|
|
2017-03-11 15:36:40 +00:00
|
|
|
1. [Dependency Injection](guide/dependency-injection) is the way to build large, maintainable applications
|
2017-02-22 18:09:39 +00:00
|
|
|
from small, single-purpose parts.
|
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
[依赖注入](guide/dependency-injection)是用小型和单用途部件来构建大型、易维护应用的途径。
|
|
|
|
|
2017-03-11 15:36:40 +00:00
|
|
|
1. [Template Syntax](guide/template-syntax) is a comprehensive study of Angular template HTML.
|
2017-02-22 18:09:39 +00:00
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
[模板语法](guide/template-syntax)对 Angular 模板 HTML 进行了完整的阐述。
|
|
|
|
|
2017-02-22 18:09:39 +00:00
|
|
|
After reading the above sections, feel free to skip around among the other pages on this site.
|
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
阅读以上内容后,你可以随意挑选在本站的其他页面进行阅读。
|
|
|
|
|
2017-03-27 16:08:53 +01:00
|
|
|
|
2017-04-10 16:51:13 +01:00
|
|
|
<div class="l-sub-section">
|
2017-03-27 16:08:53 +01:00
|
|
|
|
2017-04-01 01:57:13 +02:00
|
|
|
|
|
|
|
|
2017-02-22 18:09:39 +00:00
|
|
|
### Next Step
|
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
### 下一步
|
|
|
|
|
2017-03-11 15:36:40 +00:00
|
|
|
Try the [tutorial](tutorial "Tour of Heroes") if you're ready to start coding or
|
2017-04-01 01:57:13 +02:00
|
|
|
visit the [Architecture](guide/architecture "Basic Concepts") page if you prefer to learn the basic concepts first.
|
2017-03-27 16:08:53 +01:00
|
|
|
|
2017-07-23 11:51:25 +08:00
|
|
|
如果你想开始编程,那就试试[教程](tutorial "英雄指南")。或者如果你想要先学习基本概念,那么阅读[架构](guide/architecture "基本概念")页面。
|
|
|
|
|
2017-04-10 16:51:13 +01:00
|
|
|
</div>
|
2017-03-27 16:08:53 +01:00
|
|
|
|