[Angular4] GET http://localhost:4200/app 404 (Not Found)

GET http://localhost:4200/app 404 (Not Found) [Angular4] - Javascript/Node.js - Programmation

Marsh Posté le 31-10-2017 à 17:36:33    

Bonjour,
 
Sur une application Angular4 (ma première), le composant se lance bien, mais la console affiche un message GET http://localhost:4200/app 404 (Not Found)
J'ai essayé pleins de trucs et je ne comprends pas d'où cela peut bien venir.
L'erreur est provoquée par "System.import('app')" puis "bootstrap();" dans https://unpkg.com/systemjs@0.19.31/dist/system.src.js
 
Dans le index.html à la racine du projet :

Code :
  1. <body>
  2.     [...]
  3.    <my-app>
  4.     loading...
  5.   </my-app>
  6.   </body>


 
Dans /src/app/app.component.ts :

Code :
  1. import { Component } from '@angular/core';
  2. @Component({
  3.   selector: 'my-app',
  4.   templateUrl: './app.component.html',
  5.   styleUrls: ['./app.component.css']
  6. })
  7. export class AppComponent {
  8.  
  9. }


 
Quelqu'un pourrait-il me mettre sur la voie?
 
Merci à tous,
vw.


---------------
The best way to accelerate a computer running windows is at 9.8m.s-2
Reply

Marsh Posté le 31-10-2017 à 17:36:33   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed