I created a project that retrieves data from a web service API. However, the API contains nested arrays that also need to be displayed. How can I access the data from these nested JSON arrays? What is the correct way to extract this data within the HTML code in order to display it properly? Interestingly, the initial objects are being fetched correctly, but the issue arises with the nested objects.
Below is a screenshot of the response from Postman:
https://i.sstatic.net/EUXgJ.png
To access the API, please follow this link: API Link
If you'd like to view the project on Stackblitz, click on this link: Project Link
To see the issue I am encountering, simply click on "sign in without user or password," then choose any school, and finally navigate to the divisions section within the project. The specific component I am referring to is the divisions component.