Skip to content

Instantly share code, notes, and snippets.

@fexx
Last active October 19, 2019 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fexx/8df8efe3dd9dd62fab7af9e5281762cf to your computer and use it in GitHub Desktop.
Save fexx/8df8efe3dd9dd62fab7af9e5281762cf to your computer and use it in GitHub Desktop.
Arquivo db.json (Consumindo API REST com HttpClient no Angular 8)
{
"cars": [
{
"id": 1,
"model": "BMW X7",
"color": "Preto",
"price": 455.95
},
{
"id": 2,
"model": "Mercedes benz c180",
"color": "Azul",
"price": 194.9
},
{
"id": 3,
"model": "Land Rover Range Rover Velar",
"color": "Branco",
"price": 377.38
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment