You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm new to angular2 and angular-cli, great work for this command line tool.
Windows 7
ng --version
angular-cli: 1.0.0-beta.1
node: 5.9.1
os: win32 x64
I create app, generate component add route and ng serve works fine and application is served at http://localhost:4200/.
With ng build(production: true) I create dist and content copy to application hosted on Apache server(http://localhost/myAngular2), but application is not working, because of broken links for js.
Hi I'm new to angular2 and angular-cli, great work for this command line tool.
angular-cli: 1.0.0-beta.1
node: 5.9.1
os: win32 x64
With ng build(production: true) I create dist and content copy to application hosted on Apache server(http://localhost/myAngular2), but application is not working, because of broken links for js.
http://localhost/vendor/reflect-metadata/Reflect.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/vendor/zone.js/dist/zone.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/vendor/systemjs/dist/system.src.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/vendor/es6-shim/es6-shim.js Failed to load resource: the server responded with a status of 404 (Not Found)
localhost/:32 Uncaught ReferenceError: System is not defined
Regards, Tomaz
The text was updated successfully, but these errors were encountered: