This project was generated with Angular CLI version 14.1.0.
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.
This project is configured with Jest Unit Testing and will be used for practicing the same going forward.
Run npx jest
to execute the unit tests via Jest.
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.
https://www.amadousall.com/how-to-set-up-angular-unit-testing-with-jest/
- "/" -> Counter Component with Header
- "/users" -> Takes the user to the users/register page where we have a form with some user inputs for which standard validations are in place.
- "/users/list" -> show render a list of users previously added to the local database (using a local server by using the mockServer package).
- Unit Testing In Angular Using JEST, integrated in the "Counter" Component.
- Assignment - 1 - Done
- Assignment - 2 - Done
- Assignment - 3 - Done
- Assignment - 4 - Partially Completed