ng2-bootstrap-modal icon indicating copy to clipboard operation
ng2-bootstrap-modal copied to clipboard

rxjs error

Open parid0kht opened this issue 8 years ago • 4 comments

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 avatar Apr 22 '17 11:04 parid0kht

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

parid0kht avatar Apr 24 '17 05:04 parid0kht

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

smnbbrv avatar May 09 '17 19:05 smnbbrv

this is a issue and needs to be fixed.

surensubhu avatar May 25 '17 22:05 surensubhu

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

parid0kht avatar Jun 14 '17 06:06 parid0kht