ng2-bootstrap-modal
ng2-bootstrap-modal copied to clipboard
rxjs error
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
I've solve this by changing
import { Observable } from 'rxjs' to import { Observable } from 'rxjs/Observable' in dialog.component.ts
@parid0kht so, if there is no problem please close the issue
this is a issue and needs to be fixed.
@smnbbrv I solved it by changing the code library itself.. I think It should be fixed for future use.