ankosoftware / ng2-bootstrap-modal

Library to simplify the work with bootstrap modal dialogs
MIT License
54 stars 64 forks source link

rxjs error #21

Open parid0kht opened 7 years ago

parid0kht commented 7 years ago

I've downloaded and ran the Live Demo and every things work fine. but I my application (in visual studio) with the same configuration as I understand I get this error :(

index.html:25 Error: (SystemJS) XHR error (403 Forbidden) loading //localhost/node_modules/rxjs

parid0kht commented 7 years ago

I've solve this by changing import { Observable } from 'rxjs' to import { Observable } from 'rxjs/Observable' in dialog.component.ts

smnbbrv commented 7 years ago

@parid0kht so, if there is no problem please close the issue

surensubhu commented 7 years ago

this is a issue and needs to be fixed.

parid0kht commented 7 years ago

@smnbbrv I solved it by changing the code library itself.. I think It should be fixed for future use.