ui-router-core
Version:
UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps
20 lines (19 loc) • 490 B
TypeScript
/**
* Naive, pure JS implementation of core ui-router services
*
*
* @internalapi
* @module vanilla
*/
/** */
export * from "./interface";
export * from "./q";
export * from "./injector";
export * from "./baseLocationService";
export * from "./hashLocationService";
export * from "./memoryLocationService";
export * from "./pushStateLocationService";
export * from "./memoryLocationConfig";
export * from "./browserLocationConfig";
export * from "./utils";
export * from "./plugins";