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 4f74ffb commit 81c931dCopy full SHA for 81c931d
.npmignore
@@ -13,6 +13,8 @@ tslint.json
13
tsconfig.json
14
tsconfig.**.json
15
webpack.config.js
16
+rollup.config.js
17
+yarn.lock
18
19
*.iml
20
*.ipr
src/index.ts
@@ -1,6 +1,4 @@
1
/** @ng2api @module ng2 */ /** for typedoc */
2
-export * from "ui-router-core";
3
-
4
import "rxjs/Observable";
5
import "rxjs/ReplaySubject";
6
import "rxjs/BehaviorSubject";
@@ -13,6 +11,7 @@ import 'rxjs/add/operator/mergeMap';
11
import 'rxjs/add/operator/concat';
12
import 'rxjs/add/operator/map';
+export * from "ui-router-core";
export * from "./interface";
export * from "./providers";
export * from "./uiRouterNgModule";
0 commit comments