Skip to content

Commit a9bb2aa

Browse files
committed
Added the json file to assets as well
This is to work around a problem with StackBlitz: stackblitz/core#577
1 parent 1769ce4 commit a9bb2aa

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"productId": 1,
4+
"productName": "Leaf Rake",
5+
"productCode": "GDN-0011",
6+
"releaseDate": "March 19, 2016",
7+
"description": "Leaf rake with 48-inch wooden handle.",
8+
"price": 19.95,
9+
"starRating": 3.2,
10+
"imageUrl": "https://openclipart.org/image/300px/svg_to_png/26215/Anonymous_Leaf_Rake.png"
11+
},
12+
{
13+
"productId": 2,
14+
"productName": "Garden Cart",
15+
"productCode": "GDN-0023",
16+
"releaseDate": "March 18, 2016",
17+
"description": "15 gallon capacity rolling garden cart",
18+
"price": 32.99,
19+
"starRating": 4.2,
20+
"imageUrl": "https://openclipart.org/image/300px/svg_to_png/58471/garden_cart.png"
21+
},
22+
{
23+
"productId": 5,
24+
"productName": "Hammer",
25+
"productCode": "TBX-0048",
26+
"releaseDate": "May 21, 2016",
27+
"description": "Curved claw steel hammer",
28+
"price": 8.9,
29+
"starRating": 4.8,
30+
"imageUrl": "https://openclipart.org/image/300px/svg_to_png/73/rejon_Hammer.png"
31+
},
32+
{
33+
"productId": 8,
34+
"productName": "Saw",
35+
"productCode": "TBX-0022",
36+
"releaseDate": "May 15, 2016",
37+
"description": "15-inch steel blade hand saw",
38+
"price": 11.55,
39+
"starRating": 3.7,
40+
"imageUrl": "https://openclipart.org/image/300px/svg_to_png/27070/egore911_saw.png"
41+
},
42+
{
43+
"productId": 10,
44+
"productName": "Video Game Controller",
45+
"productCode": "GMG-0042",
46+
"releaseDate": "October 15, 2015",
47+
"description": "Standard two-button video game controller",
48+
"price": 35.95,
49+
"starRating": 4.6,
50+
"imageUrl": "https://openclipart.org/image/300px/svg_to_png/120337/xbox-controller_01.png"
51+
}
52+
]

0 commit comments

Comments
 (0)