File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
/** */
9
9
export * from "./interface" ;
10
10
11
- export * from "./$ q" ;
12
- export * from "./$ injector" ;
11
+ export * from "./q" ;
12
+ export * from "./injector" ;
13
13
14
14
export * from "./baseLocationService" ;
15
15
export * from "./hashLocationService" ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import { UIRouter } from "../router";
11
11
import { PushStateLocationService } from "./pushStateLocationService" ;
12
12
import { MemoryLocationService } from "./memoryLocationService" ;
13
13
import { MemoryLocationConfig } from "./memoryLocationConfig" ;
14
- import { $injector } from "./$ injector" ;
15
- import { $q } from "./$ q" ;
14
+ import { $injector } from "./injector" ;
15
+ import { $q } from "./q" ;
16
16
import { services } from "../common/coreservices" ;
17
17
18
18
export function servicesPlugin ( router : UIRouter ) : ServicesPlugin {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments