angular-material-course
angular-material-course copied to clipboard
Table does not display
Hi,
I can see the tabs and the menu, but the table can not be displayed under any tab. Why is that?
Thank you
Same issues here. Have you been able to resolve it?
Hi got same error that is the message on the console
Failed to load resource: the server responded with a status of 404 (Not Found)
HttpErrorResponse {headers: HttpHeaders, status: 404, statusText: "Not Found", url: "http://localhost:4000/api/courses", ok: false, …}
I had the same issues but then I read the readme, turns out I was:
- Not running the server
npm run server
- Using
ng serve
instead ofnpm start
(not sure if this mattered)
Make sure to start the server first
Same.
Cant run the server:
[email protected] server C:\Users\u44506\Workspace\ui\practicas\angular-material-course ts-node -P ./server/server.tsconfig.json ./server/server.ts
HTTP REST API Server running at http://localhost:9000