angular-material-course icon indicating copy to clipboard operation
angular-material-course copied to clipboard

Table does not display

Open cjh-Ella opened this issue 6 years ago • 4 comments

Hi,

I can see the tabs and the menu, but the table can not be displayed under any tab. Why is that?

Thank you

cjh-Ella avatar Mar 11 '18 20:03 cjh-Ella

Same issues here. Have you been able to resolve it?

natasha-zz avatar May 17 '18 16:05 natasha-zz

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, …}

wilfried11 avatar May 30 '18 11:05 wilfried11

I had the same issues but then I read the readme, turns out I was:

  1. Not running the server npm run server
  2. Using ng serve instead of npm start (not sure if this mattered)

Make sure to start the server first

tbaileyxby2 avatar Sep 02 '20 19:09 tbaileyxby2

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

marianarise avatar Jun 28 '21 03:06 marianarise