Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 2.44 KB

File metadata and controls

77 lines (50 loc) · 2.44 KB

Angular Material Update Profile and Change Password

This Angular application provides functionality for updating user profiles and changing passwords using Angular Material components. It is designed to be a modular and user-friendly solution for managing user account details in a web application.

Features

  1. Update Profile:

    • Allow users to update their profile information such as name, email, and other relevant details.
    • Utilize Angular Material forms and input components for a consistent and responsive user interface.
  2. Change Password:

    • Provide a secure mechanism for users to change their passwords.
    • Implement password strength validation for improved security.
    • Display appropriate feedback messages for successful or unsuccessful password changes.

Prerequisites

Before running the application, make sure you have the following installed:

Getting Started

  1. Clone the repository:
    git clone https://github.com/weblineindia/Angular-Profile-Password-Management.git
    
  2. Navigate to the project directory
     cd Angular-Profile-Password-Management
    
  3. Install Dependencies
    npm install
    
  4. Run the Application
ng serve

Usage

  1. Start the development server:

    ng serve
  2. Open your web browser and navigate to http://localhost:4200/ to access the profile and change password pages.

Configuration

  • Update the API endpoint in the Environment File to connect to your authentication backend.
  • Customize the form validation rules and styling in the profile and change password components.

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature-name.
  5. Create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

We have built many other components and free resources for software development in various programming languages. Kindly click here to view our Free Resources for Software Development.


Happy coding! 😊