Shipping-Component mit Data-Fetch über HTTP
[examples/angular-tutorial] / src / assets / shipping.json
diff --git a/src/assets/shipping.json b/src/assets/shipping.json
new file mode 100644 (file)
index 0000000..94db54c
--- /dev/null
@@ -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