升级你的 Angular 项目

Updating your Angular projects

就像 Web 及其整个生态系统一样,Angular 也在持续改进中。Angular 平衡了持续改进与强调稳定性之间的冲突,努力让升级变得更简单。让 Angular 应用始终保持最新,可以让你获得前沿的新特性所带来的好处,还有各种优化和 Bug 修复。

Just like Web and the entire web ecosystem, Angular is continuously improving. Angular balances continuous improvement with a strong focus on stability and making updates easy. Keeping your Angular app up-to-date enables you to take advantage of leading-edge new features, as well as optimizations and bug fixes.

本文档包含一些信息和资源,来帮助你持续更新 Angular 的应用和库。

This document contains information and resources to help you keep your Angular apps and libraries up-to-date.

要了解我们的版本策略和实践(包括支持或废弃某些特性时的做法,以及发布计划),请参见 Angular 的版本与发布

For information about our versioning policy and practices—including support and deprecation practices, as well as the release schedule—see Angular versioning and releases.

如果你正在使用 AngularJS,参见从 AngularJS 升级AngularJS 是专用于 Angular v1.x 的名字。

If you are currently using AngularJS, see Upgrading from AngularJS. AngularJS is the name for all v1.x versions of Angular.

获得新版本的发布通知

Getting notified of new releases

要想获得新版本发布通知,请关注 Twitter 上的 @angular 或订阅 Angular 官方博客

To be notified when new releases are available, follow @angular on Twitter or subscribe to the Angular blog.

了解最新特性

Learning about new features

有什么新特性?有哪些变化?我们会在 Angular 官方博客的发布声明中和你共享那些最重要的信息。

What's new? What's changed? We share the most important things you need to know on the Angular blog in release announcements.

要查看完整的按版本组织的变更列表,参见 Angular 更改记录

To review a complete list of changes, organized by version, see the Angular change log.

检查你的 Angular 版本

Checking your version of Angular

要检查你的应用的 Angular 版本,就到项目目录下执行 ng version 命令。

To check your app's version of Angular: From within your project directory, use the ng version command.

查看 Angular 的当前版本

Finding the current version of Angular

Angular 文档站左侧导航栏的底部可以看到 Angular 最新的稳定版版本号。比如 stable (v5.2.9)

The most recent stable released version of Angular appears in the Angular documentation at the bottom of the left side navigation. For example, stable (v5.2.9).

你还可以使用 CLI 命令 ng update发现 Angular 的最新版本。默认情况下,ng update(不需要其它参数)会列出你可用的所有更新。

You can also find the most current version of Angular by using the CLI command ng update. By default, ng update (without additional arguments) lists the updates that are available to you.

升级你的环境和应用

Updating your environment and apps

为了让升级更简单,我们在交互式 Angular 升级指南中提供了完整的操作指令。

To make updating easy, we provide complete instructions in the interactive Angular Update Guide.

Angular 升级指南提供了自定义的升级指令,基于当前版本和你指定的目标版本。它包括简单的和高级的升级路径,以适应你应用中的各种复杂情况。它还包括诊断信息和建议的手动修改动作,以帮助你获得最新版本。

The Angular Update Guide provides customized update instructions, based on the current and target versions that you specify. It includes basic and advanced update paths, to match the complexity of your applications. It also includes troubleshooting information and any recommended manual changes to help you get the most out of the new release.

对于简单的升级工作,你所要做的一切就是执行一下 CLI 命令 ng update。不带额外参数时,ng update 会列出你可用的更新版本,并提供建议的升级步骤,来把你的应用升级到最新版本上来。

For simple updates, the CLI command ng updateis all you need. Without additional arguments, ng update lists the updates that are available to you and provides recommended steps to update your application to the most current version.

资源汇总

Resource summary