ui-router-navigation-location-plugin / navigationLocationPlugin
Variable: navigationLocationPlugin
ts
const navigationLocationPlugin: (uiRouter) => {};Defined in: index.ts:155
A UIRouterPlugin that gets/sets the current location using the browser's location and navigation apis
Parameters
| Parameter | Type |
|---|---|
uiRouter | UIRouter |
Returns
ts
{
}