Show data with this.http.get

i have data http://localhost/ionic2/src/assets/api/devices format json i want show data. but i dont know. help me

suggestion given in your other post

usually u can make an http get request to read the file and get the data and convert it to a json object. the file can be placed in the www folder generated when doing ionic serve.

Hope it helps you.