This Angular project demonstrates fetching, restructuring, and downloading JSON data. The application uses a service to handle data manipulation based on student roll_no, and it includes basic functionality to fetch and transform data from a JSON file.
- src/app: Contains the main components, services, and other core files.
- src/assets: The
data.jsonfile is saved here to simulate fetching data from an API.
- Fetch JSON data from a file.
- Merge entries based on
roll_nousing a service. - Download the transformed JSON data as a file.
- Clone the repository:
git clone https://github.com/your-username/learning-angular.git cd learning-angular