DanWahlin / Angular-JumpStart

Angular and TypeScript JumpStart example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting 404 for all services

NishthaJain04 opened this issue · comments

Hi,
I'm getting a 404 Not Found error for all services that are run in the app. Thus, I'm not able to see any records or login in the app as well.

Make sure that you're following all of the steps in the readme. If you're running ng serve for example that won't work for this app since it has a service behind it for the data. You need to run ng build followed by npm start. If you go through each step in the readme it works.

right. I was using ng serve. works with ng build and npm start. thanks!

Glad you got it going.