"vanilla/plugins" | @uirouter/core
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "vanilla/plugins"

Index

Variables

Const hashLocationPlugin

hashLocationPlugin: (router: UIRouter) => LocationPlugin = locationPluginFactory('vanilla.hashBangLocation',false,HashLocationService,BrowserLocationConfig)

A UIRouterPlugin uses the browser hash to get/set the current location

Type declaration

Const memoryLocationPlugin

memoryLocationPlugin: (router: UIRouter) => LocationPlugin = locationPluginFactory('vanilla.memoryLocation',false,MemoryLocationService,MemoryLocationConfig)

A UIRouterPlugin that gets/sets the current location from an in-memory object

Type declaration

Const pushStateLocationPlugin

pushStateLocationPlugin: (router: UIRouter) => LocationPlugin = locationPluginFactory('vanilla.pushStateLocation',true,PushStateLocationService,BrowserLocationConfig)

A UIRouterPlugin that gets/sets the current location using the browser's location and history apis

Type declaration

Functions

servicesPlugin

Generated using TypeDoc