@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.
入口点
主要
@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, |
次要
@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. |
主入口点的导出
已弃用: all exports of this entry point are deprecated.
类
UpgradeAdapter | 已废弃: Deprecated since v5. Use Use |
UpgradeAdapterRef | 已废弃: Deprecated since v5. Use Use |