Skip to content

Commit b9c338d

Browse files
fix(tokens): Export injection tokens (#810)
fixes #805
1 parent b70488c commit b9c338d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/index.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
export * from './directives/directives';
2+
export * from './injectionTokens';
13
export * from './interface';
4+
export * from './lazyLoad/lazyLoadNgModule';
25
export * from './providers';
3-
export * from './uiRouterNgModule';
4-
export * from './uiRouterConfig';
5-
export * from './directives/directives';
6-
export * from './statebuilders/views';
76
export * from './statebuilders/lazyLoad';
8-
export * from './lazyLoad/lazyLoadNgModule';
7+
export * from './statebuilders/views';
8+
export * from './uiRouterConfig';
9+
export * from './uiRouterNgModule';
910

1011
export * from '@uirouter/core';

0 commit comments

Comments
 (0)