Installing & Configuring the Angular Application

Step 1: Create an Angular application using the following command.

ng new appname

Step 2: After creating your project folder i.e. appname, move to it using the following command.

cd appname

How to iterate over JSON object fetched from API in Angular ?

JSON stands for JavaScript Object Notation. It is a format for structuring data. This format is used by different web applications to communicate with each other. It is the replacement of the XML data exchange format. In this article, we will learn How to Iterate over JSON objects fetched from API in Angular.

Similar Reads

Installing & Configuring the Angular Application

Step 1: Create an Angular application using the following command....

Project Structure

It will look like the following:...

Contact Us