X-Git-Url: https://juplo.de/gitweb/?p=examples%2Fangular-tutorial;a=blobdiff_plain;f=src%2Fassets%2Fshipping.json;fp=src%2Fassets%2Fshipping.json;h=94db54c96d3af606d2d5a726927907df19cae157;hp=0000000000000000000000000000000000000000;hb=ee115f4fe5bf9c35ef9ee5a1ae41b76e0bb88ea5;hpb=6488b34b5f23a7372b3f9054e998a137961b971f diff --git a/src/assets/shipping.json b/src/assets/shipping.json new file mode 100644 index 0000000..94db54c --- /dev/null +++ b/src/assets/shipping.json @@ -0,0 +1,14 @@ +[ + { + "type": "Overnight", + "price": 25.99 + }, + { + "type": "2-Day", + "price": 9.99 + }, + { + "type": "Postal", + "price": 2.99 + } +] \ No newline at end of file