angular-cn/aio/content/marketing/docs.md

102 lines
4.9 KiB
Markdown
Raw Normal View History

<h1 class="no-toc">What is Angular?</h1>
2018-03-07 01:35:57 -05:00
<h1 class="no-toc">什么是 Angular</h1>
Angular is a platform that makes it easy to build applications with the web. Angular combines declarative templates, dependency injection, end to end tooling, and integrated best practices to solve development challenges. Angular empowers developers to build applications that live on the web, mobile, or the desktop
2017-08-06 06:17:40 -04:00
Angular 是一个开发平台。它能帮你更轻松的构建 Web 应用。Angular 集声明式模板、依赖注入、端到端工具和一些最佳实践于一身为你解决开发方面的各种挑战。Angular 为开发者提升构建 Web、手机或桌面应用的能力。
2017-07-30 04:52:20 -04:00
<div class="card-container">
<a href="generated/live-examples/toh-pt1/stackblitz.html" target="_blank" class="docs-card"
2018-03-03 08:06:01 -05:00
title="Experience Angular in a live coding environment">
2018-03-03 08:06:01 -05:00
<section>Get a Glimpse of Angular</section>
2018-03-07 20:28:04 -05:00
<section>Angular 走马观花</section>
2018-03-03 08:06:01 -05:00
<p>A quick look at an Angular "hello world" application.</p>
2018-03-07 20:28:04 -05:00
<p>快速体验 Angular 的 "hello world" 应用。</p>
2018-03-03 08:06:01 -05:00
<p class="card-footer">Angular in Action</p>
2018-03-07 20:28:04 -05:00
<p class="card-footer">体验 Angular</p>
</a>
2018-03-03 08:06:01 -05:00
<a href="guide/quickstart" class="docs-card" title="Angular Quickstart">
2018-03-03 08:06:01 -05:00
<section>Get Going with Angular</section>
2018-03-07 20:28:04 -05:00
<section>开始使用 Angular</section>
2018-03-03 08:06:01 -05:00
<p>Get going on your own environment with the Quickstart.</p>
2018-03-07 20:28:04 -05:00
<p>跟随"快速上手"构建你的开发环境</p>
2018-03-03 08:06:01 -05:00
<p class="card-footer">Quickstart</p>
2018-03-07 20:28:04 -05:00
<p class="card-footer">快速上手</p>
</a>
2018-03-03 08:06:01 -05:00
<a href="guide/architecture" class="docs-card" title="Angular Architecture">
2018-03-03 08:06:01 -05:00
<section>Fundamentals</section>
2018-03-07 20:28:04 -05:00
<section>基本原理</section>
2018-03-03 08:06:01 -05:00
<p>Learn Angular application fundamentals, starting with an architecture overview.</p>
2018-03-07 20:28:04 -05:00
<p>学习 Angular 应用的基本原理。<br/>从架构概览开始。</p>
2018-03-03 08:06:01 -05:00
<p class="card-footer">Architecture</p>
2018-03-07 20:28:04 -05:00
<p class="card-footer">架构</p>
</a>
2017-04-24 03:24:40 -04:00
</div>
## Assumptions
2017-07-30 04:52:20 -04:00
## 基本假设
This documentation assumes that you are already familiar with
[JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript "Learn JavaScript"),
and some of the tools from the
[latest standards](https://babeljs.io/learn-es2015/ "Latest JavaScript standards") such as
[classes](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes "ES2015 Classes")
and [modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import "ES2015 Modules").
The code samples are written using [TypeScript](https://www.typescriptlang.org/ "TypeScript").
Most Angular code can be written with just the latest JavaScript,
using [types](https://www.typescriptlang.org/docs/handbook/classes.html "TypeScript Types") for dependency injection,
and using [decorators](https://www.typescriptlang.org/docs/handbook/decorators.html "Decorators") for metadata.
2017-04-24 03:24:40 -04:00
2018-03-07 20:28:04 -05:00
本文档假设你已经熟悉了 [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript "Learn JavaScript") 和来自 [最新标准](https://babeljs.io/learn-es2015/ "Latest JavaScript standards") 的一些知识,比如 [](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes "ES2015 Classes") 和 [模块](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import "ES2015 Modules")。
下列代码范例都是用最新版本的 JavaScript 写的,利用 [类型](https://www.typescriptlang.org/docs/handbook/classes.html "TypeScript Types") 实现依赖注入,并使用[装饰器](https://www.typescriptlang.org/docs/handbook/decorators.html "Decorators")来提供元数据。
2017-07-30 04:52:20 -04:00
2017-04-24 03:24:40 -04:00
## Feedback
2017-07-30 04:52:20 -04:00
## 反馈
You can sit with us!
2017-08-04 20:04:16 -04:00
你也可以和我们一起做贡献!
2017-07-30 04:52:20 -04:00
You can file documentation
[issues](https://github.com/angular/angular/issues "Angular Github issues") and create
[pull requests](https://github.com/angular/angular/pulls "Angular Github pull requests")
on the Angular Github repository.
The [contributing guide](https://github.com/angular/angular/blob/master/CONTRIBUTING.md "Contributing guide")
will help you contribute to the community.
Our community values respectful, supportive communication.
Please consult and adhere to the
[code of conduct](https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md "contributor code of conduct").
2017-07-30 04:52:20 -04:00
2018-03-03 08:06:01 -05:00
2017-07-30 04:52:20 -04:00
你可以到 Angular 在 Github 上的仓库中提出文档方面的[问题](https://github.com/angular/angular/issues "Angular Github issues"),并创建[Pull Requests](https://github.com/angular/angular/pulls "Angular Github pull requests")。
[贡献者指南](https://github.com/angular/angular/blob/master/CONTRIBUTING.md "贡献者指南")将会帮助你更好的为社区做贡献。
2018-03-06 22:25:56 -05:00
我们社区的价值观是互相尊重、互相支持。参见[社区行为规范](https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md "contributor code of conduct")。