A modern, production-ready Angular admin panel boilerplate that you can use as a starting point for your projects. This template provides a solid foundation with all the essential features needed for building admin dashboards.
This project is designed to be a starting point for developers who want to build admin panels with Angular. It's open-source and free to use, providing a solid foundation with modern features and best practices. Whether you're building a small admin dashboard or a large enterprise application, this boilerplate will help you get started quickly.
Clone the repository:
git clone https://github.com/yourusername/admin-starter-angular.git
cd admin-starter-angular
Install dependencies:
npm install
Start the development server:
npm start
Open your browser and navigate to http://localhost:4200
src/
āāā app/
ā āāā components/
ā ā āāā dashboard/ # Dashboard component with stats and charts
ā ā āāā settings/ # Settings component with tabs
ā āāā layout/
ā ā āāā main-layout/ # Main layout with header and content area
ā ā āāā sidebar/ # Collapsible sidebar navigation
ā āāā app.component.ts # Root component
ā āāā app.config.ts # Application configuration
ā āāā app.routes.ts # Application routes
āāā assets/ # Static assets
āāā styles.css # Global styles
Integrated @ngneat/toast for beautiful, customizable notifications:
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)For support, email deepakchettri877@gmail.com or open an issue in the GitHub repository.
Made with ā¤ļø by Deepak Chettri