Skip to content

Commit e432903

Browse files
committed
Set rxjs to fixed 5.5.10 version, due to incompatibility with 6.0.0
1 parent f541588 commit e432903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemjs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
2020
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api',
2121
// other libraries
22-
'rxjs': 'npm:rxjs'
22+
'rxjs': 'npm:rxjs@5.5.10'
2323
},
2424
// packages tells the System loader how to load when no filename and/or no extension
2525
packages: {

0 commit comments

Comments
 (0)