填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

@angular/upgrade

Provides support for upgrading applications from Angular JS to Angular. The primary entry point is deprecated. Use the secondary entry point, upgrade/static.

See Angular deprecation policy.

入口点

Entry points

主要

Primary

@angular/upgrade

已弃用: all exports of this entry point are deprecated.

Provides support for upgrading applications from Angular JS to Angular. The primary entry point is deprecated. Use the secondary entry point, upgrade/static.

次要

Secondary

@angular/upgrade/static

Supports the upgrade path from AngularJS to Angular, allowing components and services from both systems to be used in the same application.

@angular/upgrade/static/testing

Supplies testing functions for the AngularJS-to-Angular upgrade path.

主要入口点的导出

Primary entry point exports

已弃用: all exports of this entry point are deprecated.

Classes

UpgradeAdapter

已弃用: Deprecated since v5. Use upgrade/static instead, which also supports Ahead-of-Time compilation.

Use UpgradeAdapter to allow AngularJS and Angular to coexist in a single application.

UpgradeAdapterRef

已弃用: Deprecated since v5. Use upgrade/static instead, which also supports Ahead-of-Time compilation.

Use UpgradeAdapterRef to control a hybrid AngularJS / Angular application.