Shipping-Component mit Data-Fetch über HTTP
[examples/angular-tutorial] / src / assets / shipping.json
1 [
2   {
3     "type": "Overnight",
4     "price": 25.99
5   },
6   {
7     "type": "2-Day",
8     "price": 9.99
9   },
10   {
11     "type": "Postal",
12     "price": 2.99
13   }
14 ]