Get Rest Api from igdb

i wont to get data from igdb api and this the result :

My code :


and i call in home.html with this code:

{{ games | json }}

i’m noob for AngluarJS

1 Like

I have the same problem

Can you provide a git repo instead of screen grabs?

That looks like an oberservables. problem.
Which WOULD mean that you are trying to log it out before it actually arrives. You need to let the console log know when data arrives before you log it out.
I don’t have the answer, but maximilian schwartmuller’s course on angular 5 on udemy should help.

deploy you project to a real device.
domain ‘localhost:8100’ is blocked by your api.

CORS is a way to much asked ‘problem’