This Angular application provides functionality for product crud management using Angular Material components. It is designed to be a modular and user-friendly solution for managing product details in a web application.
CRUD:
- Allow users to update product information such as Product Title, Description, Status, Date and Category details.
- Utilize Angular Material forms and input components for a consistent and responsive user interface.
Before running the application, make sure you have the following installed:
- Node.js (version 12 or higher)
- Angular CLI (installed globally)
- Clone the repository:
git clone https://github.com/weblineindia/Angular-Product-CRUD-Management.git
- Navigate to the project directory
cd Angular-Product-CRUD-Management
- Install Dependencies
npm install
- Run the Application
ng serve
-
Start the development server:
ng serve
-
Open your web browser and navigate to
http://localhost:4200/
to access the product management pages.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
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! 😊