Posts by Jorge Linhares • 21 points
2 posts
-
1
votes1
answer320
viewsA: How can I check the status value on a request using Xios?
You can consult the Axios documentation for this information. But it’s very simple: const github_username = 'github'; axios.get(`https://api.github.com/users/${github_username.value}/repos`)…
-
1
votes3
answers425
viewsA: Consume api - Angular
apparently this is only happening because you are assigning the supposed array of movies to a variable that is not being informed in the *ngFor="let f of filmes", so try to replace the line…