X-Git-Url: https://juplo.de/gitweb/?p=examples%2Fangular-tutorial;a=blobdiff_plain;f=src%2Fapp%2Fproducts.ts;fp=src%2Fapp%2Fproducts.ts;h=998c38defa2355b56bd489bd13afa2c75242ba0e;hp=0000000000000000000000000000000000000000;hb=951fb792a342f38bea1760c5104e9f844ac7d49c;hpb=53ed70c0d83f8894bd8410b56a8913a7b9dbfd6a diff --git a/src/app/products.ts b/src/app/products.ts new file mode 100644 index 0000000..998c38d --- /dev/null +++ b/src/app/products.ts @@ -0,0 +1,17 @@ +export const products = [ + { + name: 'Phone XXL', + price: 799, + description: 'A large phone with one of the best screens' + }, + { + name: 'Phone Minion', + price: 699, + description: 'A great phone with one of the best cameras' + }, + { + name: 'Pimmel-Phone', + price: 299, + description: '' + } +];