Skip to content

Commit 73abbc4

Browse files
committed
fix: hardcode the version of the rxjs
`rxjs` released a new version today that is not working with the `aot` mode of [email protected]
1 parent 3b24e80 commit 73abbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"nativescript-angular": "~6.0.6",
2626
"nativescript-theme-core": "~1.0.4",
2727
"reflect-metadata": "~0.1.10",
28-
"rxjs": "~6.0.0 || >=6.1.0",
28+
"rxjs": "6.3.3",
2929
"tns-core-modules": "4.0.1",
3030
"zone.js": "^0.8.26"
3131
},

0 commit comments

Comments
 (0)