Argon Dashboard Angular
Fully Coded Components
Argon Dashboard Angular is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in color, that you can easily modify using SASS files. You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Dashboard is coming with pre-built examples, so the development process is seamless, switching from our pages to the real website is very easy to be done. Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.
Complex Documentation
Each element is well presented in a very complex documentation. You can read more about the idea behind this dashboard here. You can check the components here and the foundation here.
Example Pages
If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.
Table of Contents
- Versions
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Licensing
- Useful Links
Versions
HTML | React | Angular |
---|---|---|
NodeJS | Laravel |
---|---|
Demo
Dashboard Page | Icons Page | User Profile Page | Tables Page | Login Page | Register Page |
---|---|---|---|---|---|
Quick start
- Download from Github.
- Download from Creative Tim.
- Clone the repo:
git clone https://github.com/creativetimofficial/argon-dashboard-angular.git
.
Documentation
The documentation for the Argon Dashboard Angular is hosted at our website.
File Structure
Within the download you'll find the following directories and files:
argon-dashboard-angular
βββ CHANGELOG.md
βββ README.md
βββ angular.json
βββ e2e
βββ package.json
βββ src
βΒ Β βββ app
βΒ Β βΒ Β βββ app.component.html
βΒ Β βΒ Β βββ app.component.scss
βΒ Β βΒ Β βββ app.component.spec.ts
βΒ Β βΒ Β βββ app.component.ts
βΒ Β βΒ Β βββ app.module.ts
βΒ Β βΒ Β βββ app.routing.ts
βΒ Β βΒ Β βββ components
βΒ Β βΒ Β βΒ Β βββ components.module.spec.ts
βΒ Β βΒ Β βΒ Β βββ components.module.ts
βΒ Β βΒ Β βΒ Β βββ footer
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.scss
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.ts
βΒ Β βΒ Β βΒ Β βββ navbar
βΒ Β βΒ Β βΒ Β βΒ Β βββ navbar.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ navbar.component.scss
βΒ Β βΒ Β βΒ Β βΒ Β βββ navbar.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ navbar.component.ts
βΒ Β βΒ Β βΒ Β βββ sidebar
βΒ Β βΒ Β βΒ Β βββ sidebar.component.html
βΒ Β βΒ Β βΒ Β βββ sidebar.component.scss
βΒ Β βΒ Β βΒ Β βββ sidebar.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ sidebar.component.ts
βΒ Β βΒ Β βββ layouts
βΒ Β βΒ Β βΒ Β βββ admin-layout
βΒ Β βΒ Β βΒ Β βΒ Β βββ admin-layout.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ admin-layout.component.scss
βΒ Β βΒ Β βΒ Β βΒ Β βββ admin-layout.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ admin-layout.component.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ admin-layout.module.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ admin-layout.routing.ts
βΒ Β βΒ Β βΒ Β βββ auth-layout
βΒ Β βΒ Β βΒ Β βββ auth-layout.component.html
βΒ Β βΒ Β βΒ Β βββ auth-layout.component.scss
βΒ Β βΒ Β βΒ Β βββ auth-layout.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ auth-layout.component.ts
βΒ Β βΒ Β βΒ Β βββ auth-layout.module.ts
βΒ Β βΒ Β βΒ Β βββ auth-layout.routing.ts
βΒ Β βΒ Β βββ pages
βΒ Β βΒ Β βΒ Β βββ dashboard
βΒ Β βΒ Β βΒ Β βΒ Β βββ dashboard.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ dashboard.component.scss
βΒ Β βΒ Β βΒ Β βΒ Β βββ dashboard.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ dashboard.component.ts
βΒ Β βΒ Β βΒ Β βββ icons
βΒ Β βΒ Β βΒ Β βΒ Β βββ icons.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ icons.component.scss
βΒ Β βΒ Β βΒ Β βΒ Β βββ icons.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ icons.component.ts
βΒ Β βΒ Β βΒ Β βββ login
βΒ Β βΒ Β βΒ Β βΒ Β βββ login.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ login.component.scss
βΒ Β βΒ Β βΒ Β βΒ Β βββ login.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ login.component.ts
βΒ Β βΒ Β βΒ Β βββ maps
βΒ Β βΒ Β βΒ Β βΒ Β βββ maps.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ maps.component.scss
βΒ Β βΒ Β βΒ Β βΒ Β βββ maps.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ maps.component.ts
βΒ Β βΒ Β βΒ Β βββ register
βΒ Β βΒ Β βΒ Β βΒ Β βββ register.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ register.component.scss
βΒ Β βΒ Β βΒ Β βΒ Β βββ register.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ register.component.ts
βΒ Β βΒ Β βΒ Β βββ tables
βΒ Β βΒ Β βΒ Β βΒ Β βββ tables.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ tables.component.scss
βΒ Β βΒ Β βΒ Β βΒ Β βββ tables.component.spec.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ tables.component.ts
βΒ Β βΒ Β βΒ Β βββ user-profile
βΒ Β βΒ Β βΒ Β βββ user-profile.component.html
βΒ Β βΒ Β βΒ Β βββ user-profile.component.scss
βΒ Β βΒ Β βΒ Β βββ user-profile.component.spec.ts
βΒ Β βΒ Β βΒ Β βββ user-profile.component.ts
βΒ Β βΒ Β βββ variables
βΒ Β βΒ Β βββ charts.ts
βΒ Β βββ assets
βΒ Β βΒ Β βββ fonts
βΒ Β βΒ Β βββ img
βΒ Β βΒ Β βββ scss
βΒ Β βΒ Β βΒ Β βββ angular-differences
βΒ Β βΒ Β βΒ Β βββ argon.scss
βΒ Β βΒ Β βΒ Β βββ core
βΒ Β βΒ Β βΒ Β βββ custom
βΒ Β βΒ Β βββ vendor
βΒ Β βββ browserslist
βΒ Β βββ environments
βΒ Β βββ favicon.ico
βΒ Β βββ index.html
βΒ Β βββ main.ts
βΒ Β βββ polyfills.ts
βΒ Β βββ styles.scss
βΒ Β βββ test.ts
βΒ Β βββ tsconfig.app.json
βΒ Β βββ tsconfig.spec.json
βΒ Β βββ tslint.json
βββ tsconfig.json
βββ tslint.json
Browser Support
At present, we officially aim to support the last two versions of the following browsers:
Resources
- Demo: https://demos.creative-tim.com/argon-dashboard-angular/dashboard?ref=ada-github-readme
- Download Page: https://www.creative-tim.com/product/argon-dashboard-angular?ref=ada-github-readme
- Documentation: https://demos.creative-tim.com/argon-dashboard-angular/documentation/tutorial?ref=ada-github-readme
- License Agreement: https://www.creative-tim.com/license?ref=ada-github-readme
- Support: https://www.creative-tim.com/contact-us?ref=ada-github-readme
- Issues: Github Issues Page
Reporting Issues
We use GitHub Issues as the official bug tracker for the Material Kit. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Material Kit. Check the CHANGELOG from your dashboard on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
Licensing
-
Copyright 2018 Creative Tim (https://www.creative-tim.com/?ref=ada-github-readme)
-
Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard-angular/blob/master/LICENSE.md)
Useful Links
- Tutorials
- Affiliate Program (earn money)
- Blog Creative Tim
- Free Products from Creative Tim
- Premium Products from Creative Tim
- React Products from Creative Tim
- Angular Products from Creative Tim
- VueJS Products from Creative Tim
- More products from Creative Tim
- Check our Bundles here
Social Media
Twitter: https://twitter.com/CreativeTim?ref=creativetim
Facebook: https://www.facebook.com/CreativeTim?ref=creativetim
Dribbble: https://dribbble.com/creativetim?ref=creativetim
Instagram: https://www.instagram.com/CreativeTimOfficial?ref=creativetim