$locationShimProvider
Class
The factory function used to create an instance of the $locationShim
in Angular,
and provides an API-compatible $locationProvider
for AngularJS.
API
class $locationShimProvider {}
$get
Factory method that returns an instance of the $locationShim
@returns
$locationShim
hashPrefix
void
Stub method used to keep API compatible with AngularJS. This setting is configured through
the LocationUpgradeModule's config
method in your Angular app.
@paramprefix
string | undefined
@returns
void
html5Mode
void
Stub method used to keep API compatible with AngularJS. This setting is configured through
the LocationUpgradeModule's config
method in your Angular app.
@parammode
any
@returns
void
Jump to details