UNPKG

ui-router-core

Version:

UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps

11 lines (10 loc) 236 B
/** * @coreapi * @module url */ /** for typedoc */ export * from "./interface"; export * from "./urlMatcher"; export * from "./urlMatcherFactory"; export * from "./urlRouter"; export * from "./urlRule"; export * from "./urlService";