Skip to content

Instantly share code, notes, and snippets.

@eladcandroid
Created October 19, 2020 13:03
Show Gist options
  • Select an option

  • Save eladcandroid/a9c7520fedf0c4fa0f8c6d77664ebc5a to your computer and use it in GitHub Desktop.

Select an option

Save eladcandroid/a9c7520fedf0c4fa0f8c6d77664ebc5a to your computer and use it in GitHub Desktop.

Revisions

  1. eladcandroid created this gist Oct 19, 2020.
    17 changes: 17 additions & 0 deletions products.ts
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    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: ''
    }
    ];