Fetch Data from API?

Hello everyone.I’m still confusing in fetching data from server ion Ionic.
I want to do a list that stores the data fetched from server in list like this:
list_1

and when I click to each list will open a page that contain customers data:
list_2

You make a HTTP request to your API that returns the data, probably in some JSON format. Then you have the list of items and their information to output on a main page as a list, and tapping/clicking will go to a detail page that displays the item details.

Yes in JSON format but I’m confused about making connections in angular!

Connections?

If you mean requests to a URL:
https://angular.io/guide/http

hi have u find the solution? i am new to ionic and angular and have to do fetch data from api like u mentioned.