We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3b356 commit 89884b9Copy full SHA for 89884b9
src/index.ts
@@ -1,5 +1,5 @@
1
/** @ng2api @module ng2 */ /** for typedoc */
2
-export * from "ui-router-core";
+
3
export * from "./interface";
4
export * from "./decorators/index";
5
export * from "./providers";
@@ -8,3 +8,5 @@ export * from "./uiRouterConfig";
8
export * from "./directives/directives";
9
export * from "./statebuilders/views";
10
export * from "./lazyLoad/lazyLoadNgModule";
11
12
+export * from "ui-router-core";
0 commit comments