DanWahlin / Angular-JumpStart

Angular and TypeScript JumpStart example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to see customer details on opening "http://localhost:4200/customers"

HimanshuSethi91 opened this issue · comments

I am not able to see customer details. I have downloaded the same project with url "https://github.com/DanWahlin/Angular-JumpStart".

PFA the screenshot for the same.

1

Please let me know if any other details are required.

Thanks,
Himanshu Sethi

It's hard to say without any details, but you probably skipped a step in the readme. Make sure that you built your Angular project and then ran npm start. You can't run ng serve with this one since it has a back-end API.

Since this isn't a code issue I'm going to close this, but feel free to continue the conversation if you go back through the readme and still have problems.

Thanks a lot Dan , it worked:-)

Great!