$locationShimProvider
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
Parameters
|
Methods
$get() |
---|
Factory method that returns an instance of the $locationShim |
ParametersThere are no parameters. |
hashPrefix() |
---|
Stub method used to keep API compatible with AngularJS. This setting is configured through
the LocationUpgradeModule's |
html5Mode() |
---|
Stub method used to keep API compatible with AngularJS. This setting is configured through
the LocationUpgradeModule's |