Skip to content

Commit

Permalink
fix(tokens): Export injection tokens (#810)
Browse files Browse the repository at this point in the history
fixes #805
  • Loading branch information
christopherthielen committed Jul 3, 2020
1 parent b70488c commit b9c338d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
export * from './directives/directives';
export * from './injectionTokens';
export * from './interface';
export * from './lazyLoad/lazyLoadNgModule';
export * from './providers';
export * from './uiRouterNgModule';
export * from './uiRouterConfig';
export * from './directives/directives';
export * from './statebuilders/views';
export * from './statebuilders/lazyLoad';
export * from './lazyLoad/lazyLoadNgModule';
export * from './statebuilders/views';
export * from './uiRouterConfig';
export * from './uiRouterNgModule';

export * from '@uirouter/core';

0 comments on commit b9c338d

Please sign in to comment.