Skip to content

Commit 571c7f0

Browse files
chore(*): Update to @uirouter/rx 0.3.1
1 parent 470ff5b commit 571c7f0

File tree

3 files changed

+580
-527
lines changed

3 files changed

+580
-527
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"typings": "lib/index.d.ts",
4848
"dependencies": {
4949
"@uirouter/core": "5.0.0",
50-
"ui-router-rx": "=0.2.1"
50+
"@uirouter/rx": "=0.3.1"
5151
},
5252
"peerDependencies": {
5353
"@angular/common": "^2.3.1",

src/providers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ import { applyRootModuleConfig, applyModuleConfig } from "./uiRouterConfig";
9797
import { RootModule, StatesModule, UIROUTER_ROOT_MODULE, UIROUTER_MODULE_TOKEN } from "./uiRouterNgModule";
9898
import { servicesPlugin, ServicesPlugin } from "@uirouter/core";
9999
import { ng2LazyLoadBuilder } from "./statebuilders/lazyLoad";
100-
import { UIRouterRx } from "ui-router-rx";
100+
import { UIRouterRx } from "@uirouter/rx";
101101
import { LocationStrategy } from "@angular/common";
102102
import { Ng2LocationServices } from "./location/locationService";
103103
import { Ng2LocationConfig } from "./location/locationConfig";

0 commit comments

Comments
 (0)