Skip to content

manthandevani/angularAdminLTE

 
 

Repository files navigation

Introduction

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

Installation

  • 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

Running the application

  • On the folder project
ng serve -o

Browser Support

  • Firefox (latest)
  • Chrome (latest)
  • Safari (latest)
  • Opera (latest)
  • No IE support

Contribution

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

Contribution Requirements:

  • Contributions are only accepted through Github pull requests.
  • Finally, contributed code must work in all supported browsers (see above for browser support).

License

angularAdminLTE is an open source project by that is licensed under MIT.

Credits

AdminLTE.IO

About

Angular Version of AdminLTE template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.8%
  • HTML 37.7%
  • JavaScript 6.2%
  • SCSS 3.3%