ui-router-core
Version:
UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps
17 lines • 440 B
JavaScript
/**
* @coreapi
* @module common
*/ /** */
export * from "./common/index";
export * from "./params/index";
export * from "./path/index";
export * from "./resolve/index";
export * from "./state/index";
export * from "./transition/index";
export * from "./url/index";
export * from "./view/index";
export * from "./globals";
export * from "./router";
export * from "./vanilla";
export * from "./interface";
//# sourceMappingURL=index.js.map