This is the Angular version of AdminLTE -- what is a fully responsive administration template. Based on Bootstrap 4 framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
Preview on AdminLTE.io
- Fork the repository (here is the guide).
- Clone to your machine
- Install Angular Cli.
npm install -g @angular/cli
- Clone the repository
git clone https://github.com/YOUR_USERNAME/angularAdminLTE.git
- Install the packages
cd angularAdminLTE
npm install
- On the folder project
ng serve -o
- For starter page Navigate to http://localhost:4200/
- For admin page Navigate to http://localhost:4200/admin
- Firefox (latest)
- Chrome (latest)
- Safari (latest)
- Opera (latest)
- No IE support
Contribution are always welcome and recommended! Here is how:
- Fork the repository (here is the guide).
- Clone to your machine
git clone https://github.com/YOUR_USERNAME/angularAdminLTE.git
- Make your changes
- Create a pull request
- Contributions are only accepted through Github pull requests.
- Finally, contributed code must work in all supported browsers (see above for browser support).
angularAdminLTE is an open source project by that is licensed under MIT.