This project was generated with Angular CLI version 14.2.0.
- have a quick overview of the project structure, you should create any additional files which you need to complete the tasks,
- load the list of users from https://jsonplaceholder.typicode.com/users url
- display list of users. Only following fields should be displayed: name, email and address's city field
- display user's data in single row
Example:
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng test to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
