Paper Dashboard Angular
Paper Dashboard Angular is a Bootstrap Admin Template which combines soft colors with beautiful typography and spacious cards and graphics. It was built on top of Google's Angular Framework and the HTML version of Paper Dashboard. It is a powerful dashboard but it is light and easy to be used. It has enough features to allow you to get the job done, but it is not crowded to the point where you can't find the files for a specific component.
We like consistency and design that blends into its purpose. Paper Dashboard Angular is a perfect example of our most thoughtful work. It combines over a dozen components and plugins, while looking like everything fits together. For an easy start or inspiration for you project, we have also create a set of example pages, like the user settings or usage graphics.
Paper Dashboard Angular is built using the same design language as Paper Kit, which you can use for the presentation pages of your website. You can easily use them together, or pick between them depending on the project you have.
Example Pages We wanted to fully display the power of this dashboard, so the kit comes packed with examples showing you how to use the components.
Table of Contents
- Versions
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Technical Support or Questions
- Licensing
- Useful Links
Versions
HTML | Angular | React |
---|---|---|
Demo
Dashboard | User Profile | Tables | Icons | Notifications |
---|---|---|---|---|
Quick start
Quick start options:
Terminal Commands
- Install NodeJs from NodeJs Official Page.
- Open Terminal
- Go to your file project
- Run in terminal:
npm install -g @angular/cli
- Then:
npm install
- And:
ng serve
- Navigate to: http://localhost:4200/
What's included
Within the download you'll find the following directories and files:
paper-dashboard-angular
βββ CHANGELOG.md
βββ ISSUES_TEMPLATE.md
βββ LICENSE.md
βββ README.md
βββ angular.json
βββ browserslist
βββ documentation
βΒ Β βββ tutorial-components.html
βββ e2e
βββ karma.conf.js
βββ package-lock.json
βββ package.json
βββ protractor.conf.js
βββ src
βΒ Β βββ app
βΒ Β βΒ Β βββ app.component.css
βΒ Β βΒ Β βββ app.component.html
βΒ Β βΒ Β βββ app.component.spec.ts
βΒ Β βΒ Β βββ app.component.ts
βΒ Β βΒ Β βββ app.module.ts
βΒ Β βΒ Β βββ app.routing.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
βΒ Β βΒ Β βββ pages
βΒ Β βΒ Β βΒ Β βββ dashboard
βΒ Β βΒ Β βΒ Β βΒ Β βββ dashboard.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ dashboard.component.ts
βΒ Β βΒ Β βΒ Β βββ icons
βΒ Β βΒ Β βΒ Β βΒ Β βββ icons.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ icons.component.ts
βΒ Β βΒ Β βΒ Β βββ maps
βΒ Β βΒ Β βΒ Β βΒ Β βββ maps.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ maps.component.ts
βΒ Β βΒ Β βΒ Β βββ notifications
βΒ Β βΒ Β βΒ Β βΒ Β βββ notifications.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ notifications.component.ts
βΒ Β βΒ Β βΒ Β βββ table
βΒ Β βΒ Β βΒ Β βΒ Β βββ table.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ table.component.ts
βΒ Β βΒ Β βΒ Β βββ typography
βΒ Β βΒ Β βΒ Β βΒ Β βββ typography.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ typography.component.ts
βΒ Β βΒ Β βΒ Β βββ upgrade
βΒ Β βΒ Β βΒ Β βΒ Β βββ upgrade.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ upgrade.component.ts
βΒ Β βΒ Β βΒ Β βββ user
βΒ Β βΒ Β βΒ Β βββ user.component.html
βΒ Β βΒ Β βΒ Β βββ user.component.ts
βΒ Β βΒ Β βββ shared
βΒ Β βΒ Β βΒ Β βββ fixedplugin
βΒ Β βΒ Β βΒ Β βΒ Β βββ fixedplugin.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ fixedplugin.component.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ fixedplugin.module.ts
βΒ Β βΒ Β βΒ Β βββ footer
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.html
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.component.ts
βΒ Β βΒ Β βΒ Β βΒ Β βββ footer.module.ts
βΒ Β βΒ Β βΒ Β βββ navbar
βΒ Β βΒ Β βΒ Β βββ navbar.component.html
βΒ Β βΒ Β βΒ Β βββ navbar.component.ts
βΒ Β βΒ Β βΒ Β βββ navbar.module.ts
βΒ Β βΒ Β βββ sidebar
βΒ Β βΒ Β βββ sidebar.component.html
βΒ Β βΒ Β βββ sidebar.component.ts
βΒ Β βΒ Β βββ sidebar.module.ts
βΒ Β βββ assets
βΒ Β βΒ Β βββ css
βΒ Β βΒ Β βββ fonts
βΒ Β βΒ Β βββ img
βΒ Β βΒ Β βββ scss
βΒ Β βΒ Β βββ paper-dashboard
βΒ Β βΒ Β βββ paper-dashboard.scss
βΒ Β βββ environments
βΒ Β βββ favicon.ico
βΒ Β βββ index.html
βΒ Β βββ main.ts
βΒ Β βββ polyfills.ts
βΒ Β βββ styles.css
βΒ Β βββ test.ts
βΒ Β βββ tsconfig.app.json
βΒ Β βββ tsconfig.spec.json
βΒ Β βββ typings.d.ts
βββ 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/paper-dashboard-angular/#/dashboard
- Download Page: https://www.creative-tim.com/product/paper-dashboard-angular
- Documentation: https://demos.creative-tim.com/paper-dashboard-angular/#/documentation/tutorial
- License Agreement: https://www.creative-tim.com/license
- Support: https://www.creative-tim.com/contact-us
- Issues: Github Issues Page
Reporting Issues
We use GitHub Issues as the official bug tracker for the Paper Dashboard Angular. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Paper Dashboard Angular. 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.
Technical Support or Questions
If you have questions or need help integrating the product please contact us instead of opening an issue.
Licensing
- Copyright 2019 Creative Tim (https://www.creative-tim.com)
- Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-angular/blob/master/LICENSE.md)
Useful Links
More products from Creative Tim: https://www.creative-tim.com/products
Tutorials: https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w
Freebies: https://www.creative-tim.com/products
Affiliate Program (earn money): https://www.creative-tim.com/affiliates/new
Social Media:
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
Google+: https://plus.google.com/+CreativetimPage
Instagram: https://instagram.com/creativetimofficial