I am new to Ionic and currently developing an e-commerce mobile app. I am using JSON API, I can get all the data from the API except the image, I cannot display the image coming from the JSON API. I have no idea how can I display the image to my HTML. Hope anyone can help me, thank you in advance. Here is how the JSON API looks like:
product: [
{
prod_id: 1,
supplier_id: 8,
prod_name: "Hippo + Friends Baby Boy Triangle Merino Pant",
prod_price: "250",
prod_stock: "20",
prod_image: "assets/img/4ef1ef51ef6e2f0142452af60048df44Merino Pants.jpg"
}
]