-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed load resource error 404 NOT Found #634
Comments
The similar issue when using any component from ng2-bootstrap (AlertComponent in this case), app failed to init:
package.json:
index.html
app.ts
I didn't use ng2-bootstrap before but I guess the errors because of the new versions of Angular2/RxJs/SystemJs that can not be used with it yet? |
Guys check this https://github.com/valor-software/angular2-quickstart |
If any questions https://www.hamsterpad.com/chat/ng2 |
Hi, I tried to use ng2-bootstrap timepicker and datepicker, but when I reference the script from index.html, I got the error below:
http://localhost:50257/angular2/core/src/facade/lang Failed to load resource: the server responded with a status of 404 (Not Found);
angular2-polyfills.js:138 Error: XHR error (404 Not Found) loading http://localhost:50257/angular2/core/src/facade/lang(…)
http://localhost:50257/angular2/platform-browser Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:50257/traceur Failed to load resource: the server responded with a status of 404 (Not Found)
Following is the contents in the index.html
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>Have no idea what caused the error. Could you please have a look and help me to fix it?
The text was updated successfully, but these errors were encountered: