This repository contains a simple Angular application called "ng-user-list" that allows users to view and add users from a list. The application is built using Angular framework and styled with Bootstrap for a clean and responsive design. Also it uses SweetAlert2.
- View a list of users with their names, emails, and phone numbers.
- Add new users to the list with their information.
The project is hosted on Netlify. You can access it at https://ng-userlist.netlify.app.
The project structure consists of Angular components, services, and models organized within the src/app directory. Key components include:
- Components: Contains Angular components responsible for rendering user forms and lists.
- Models: Defines the structure of user data.
- Services: Implements services for managing user data.
- App Component: The root component of the Angular application.
This project was generated with Angular CLI version 16.2.11.
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 build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.