This project was generated with Angular CLI version 10.2.0.
This project is my first Angular project, this project allow to manage users, you can create, update and delete user.
ng serve: Run a dev server. Navigate tohttp://localhost:4200/.ng generate component component-name: Generate a new component. You can also useng generate directive|pipe|service|class|guard|interface|enum|module.ng build: Build the project. The build artifacts will be stored in thedist/directory. Use the--prodflag for a production build.ng test: Execute the unit tests via Karma.ng e2e: Execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.