An Open Source project to create an Admin Dashboard with Angular
The main purpose of this repository is to collaborate and develop an Angular admin dashboard. Your contribution is valuable for everyone. It will help anyone to use this admin dashboard as a base for vanilla implementation.
end-to-end Solution Architect has adopted a code of conduct for every contributors of this repository. As a contributor please ensure you follow this. Click here for the details of Code of Conduct.
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.
Your contribution is valuable. The release will mention the contributors name.
To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place to get started. Check Issue list
This repository is MIT licensed.
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.
example:
ng g component components/auth/register --module app
ng g module admin --routing

