UNPKG

470 BTypeScriptView Raw
1/**
2 * Naive, pure JS implementation of core ui-router services
3 *
4 * @packageDocumentation
5 */
6export * from './interface';
7export * from './q';
8export * from './injector';
9export * from './baseLocationService';
10export * from './hashLocationService';
11export * from './memoryLocationService';
12export * from './pushStateLocationService';
13export * from './memoryLocationConfig';
14export * from './browserLocationConfig';
15export * from './utils';
16export * from './plugins';