Skip to content

Commit c0eb376

Browse files
committed
fix(compat-error): Resolve RxJS issue
Adding rxjs-compat
1 parent 99afad2 commit c0eb376

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: nativescript-angular/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"@angular/http": "~6.0.0-rc.0",
5353
"@angular/platform-browser": "~6.0.0-rc.0",
5454
"@angular/router": "~6.0.0-rc.0",
55-
"rxjs": "~6.0.0-rc.1",
55+
"rxjs": "~6.0.0-rc.1 || >=6.1.0 || >=6.0.0",
56+
"rxjs-compat": "~6.0.0-rc.1 || >=6.1.0 || >=6.0.0",
5657
"tns-core-modules": "^4.0.0 || >4.0.0- || >4.1.0-",
5758
"zone.js": "^0.8.4",
5859
"typescript": "~2.7.2"
@@ -70,10 +71,10 @@
7071
"@angular/router": "~6.0.0-rc.0",
7172
"codelyzer": "^4.0.0",
7273
"rxjs": "~6.0.0-rc.1",
74+
"rxjs-compat": "~6.0.0-rc.1",
7375
"tns-core-modules": "next",
7476
"tslint": "^5.5.0",
7577
"typescript": "~2.7.2",
7678
"zone.js": "^0.8.12"
7779
}
7880
}
79-

0 commit comments

Comments
 (0)