@angular/common/upgrade
Provides tools for upgrading from the $location
service provided in AngularJS to Angular's unified location service.
入口点的导出
Entry point exports
NgModules
LocationUpgradeModule |
|
类
Classes
$locationShim | 位置服务,提供对 AngularJS 中提供的 $location 服务的直接替代品。 Location service that provides a drop-in replacement for the $location service provided in AngularJS. |
$locationShimProvider | Angular 中用于创建 The factory function used to create an instance of the |
AngularJSUrlCodec | 一个 A |
UrlCodec | 用于编码和解码 URL 部分的编解码器。 A codec for encoding and decoding URL parts. |
结构
Structures
LocationUpgradeConfig | LocationUpgrade 的配置选项。 Configuration options for LocationUpgrade. |
类型
Types
LOCATION_UPGRADE_CONFIGURATION | 提供者令牌,用于配置 location 升级模块。 A provider token used to configure the location upgrade module. |