Skip to content

Commit 89884b9

Browse files
fix(bundle): work around rollup bug rollup/rollup#1322
1 parent ad3b356 commit 89884b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @ng2api @module ng2 */ /** for typedoc */
2-
export * from "ui-router-core";
2+
33
export * from "./interface";
44
export * from "./decorators/index";
55
export * from "./providers";
@@ -8,3 +8,5 @@ export * from "./uiRouterConfig";
88
export * from "./directives/directives";
99
export * from "./statebuilders/views";
1010
export * from "./lazyLoad/lazyLoadNgModule";
11+
12+
export * from "ui-router-core";

0 commit comments

Comments
 (0)