The Angular Mock Authentication Service provides a way for front-end developers to simulate user login and password management in an Angular application when backend APIs and databases are not yet available. This service can help maintain a smooth development workflow by allowing you to test authentication-related functionality.
- Login Functionality: Simulates user login by matching credentials against a list of mock users.
- Password Management: Allows changing passwords for mock users.
- Clone the Repository
git clone git@github.com:Soroushq/mock-auth-angular.git cd mock-auth-angular