Skip to content

Instantly share code, notes, and snippets.

@fexx
Last active October 21, 2019 00:31
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/04011b62d6100da92e8706f9537c99d7 to your computer and use it in GitHub Desktop.
Save fexx/04011b62d6100da92e8706f9537c99d7 to your computer and use it in GitHub Desktop.
car.ts (Consumindo API REST com HttpClient no Angular 8)
export interface Car {
id: number;
model: string;
color: string;
price: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment