Skip to content

Instantly share code, notes, and snippets.

@eladcandroid
Created October 19, 2020 13:03
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 eladcandroid/a9c7520fedf0c4fa0f8c6d77664ebc5a to your computer and use it in GitHub Desktop.
Save eladcandroid/a9c7520fedf0c4fa0f8c6d77664ebc5a to your computer and use it in GitHub Desktop.
Angular Tutorial products.ts
export const products = [
{
name: 'Phone XL',
price: 799,
description: 'A large phone with one of the best screens'
},
{
name: 'Phone Mini',
price: 699,
description: 'A great phone with one of the best cameras'
},
{
name: 'Phone Standard',
price: 299,
description: ''
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment