@nicanorngouan wrote:
Hello All, I’m a biginner with Ionic. I’m trying to implement a web service in my Mobile application. My Http request return me a Json file organised like this.
[
{
“Nomentreprise”: “”,
“Observation”: “”,
“uidauteur”: “”,
“title”: “”
},
{
“Nomentreprise”: “”,
“Observation”: “”,
“uidauteur”: “”,
“title”: “”
},
]
I’m able to return the datas by a console log. But i can’t display them on a HTLM page.
Please can you Help?Before this, i managed to display datas on a HTLM page, but the web service returned a json file organised like this
{
{
“Nomentreprise”: “”,
“Observation”: “”,
“uidauteur”: “”,
“title”: “”
},
{
“Nomentreprise”: “”,
“Observation”: “”,
“uidauteur”: “”,
“title”: “”
},
}
The difference is the array. Don’t know how to display array.
Posts: 1
Participants: 1