Nemanja
Nemanja
I get following error: (SystemJS) XHR error (404 Not Found) loading http://localhost/node_modules/rxjs.js Error: XHR error (404 Not Found) loading http://localhost/node_modules/rxjs.js at XMLHttpRequest.wrapFn [as __zone_symbol___onreadystatechange] (http://localhost/node_modules/zone.js/dist/zone.js?1489568198837:1242:29) [] at Zone.runTask (http://localhost/node_modules/zone.js/dist/zone.js?1489568198837:166:47) [...
Yes it is in that location (node_modules/rxjs/Rx.js) and exactly because of that I think it should be **import 'rxjs/Rx'** instead of **import 'rxjs'** :)