On this page
$locationShimProvider
class
final
The factory function used to create an instance of the $locationShim
in Angular, and provides an API-compatible $locationProvider
for AngularJS.
class $locationShimProvider {
constructor(ngUpgrade: UpgradeModule, location: Location, platformLocation: PlatformLocation, urlCodec: UrlCodec, locationStrategy: LocationStrategy)
$get()
hashPrefix(prefix?: string)
html5Mode(mode?: any)
}
Constructor
|
ngUpgrade |
UpgradeModule |
|
location |
Location |
|
platformLocation |
PlatformLocation |
|
urlCodec |
UrlCodec |
|
locationStrategy |
LocationStrategy |
Methods
$get()
|
---|
Factory method that returns an instance of the $locationShim |
|
hashPrefix()
|
|||
---|---|---|---|
Stub method used to keep API compatible with AngularJS. This setting is configured through the LocationUpgradeModule's |
|||
|
prefix |
string |
Optional. Default is |
html5Mode()
|
|||
---|---|---|---|
Stub method used to keep API compatible with AngularJS. This setting is configured through the LocationUpgradeModule's |
|||
|
mode |
any |
Optional. Default is |
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v14.angular.io/api/common/upgrade/$locationShimProvider