typescript - Cannot load angular2 app correctly on Plunker -


plunker 1 fails following error:

zone.js:323 error: error: xhr error (404 not found) loading http://run.plnkr.co/xaktrrlcpilcbysj/node_modules/rxjs/index.js(…) 

plunker 2 fails other error:

angular2-polyfills.js:349 error: cannot read property 'prototype' of undefined(…) 

i'm stuck , no idea on how proceed... can help?

you getting http 404 error

the 404 or not found error message http standard response code, in computer network communications, indicate client able communicate given server, server not find requested.  web site hosting server typically generate "404 not found" web page when user attempts follow broken or dead link; hence 404 error 1 of recognizable errors encountered on world wide web. 

so server not able locate resource "http: //run.plnkr.co/xaktrrlcpilcbysj/node_modules/rxjs/index.js".

since response code return server, client can not resolve error.

regards, sudhansu


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -