GithubHelp home page GithubHelp logo

doc22940 / ct-black-dashboard-pro-angular Goto Github PK

View Code? Open in Web Editor NEW

This project forked from creativetimofficial/ct-black-dashboard-pro-angular

0.0 0.0 0.0 5 KB

Black Dashboard PRO Angular - Premium Bootstrap 4 Angular Admin Template

Home Page: https://demos.creative-tim.com/black-dashboard-pro-angular/

ct-black-dashboard-pro-angular's Introduction

Black Dashboard PRO Angular Tweet

version GitHub issues open GitHub issues closed Chat

Product Gif

Black Dashboard PRO Angular is a beautiful Bootstrap 4 and Angular.Admin Dashboard with a huge number of components built to fit together and look amazing. If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics. Black Dashboard PRO Angular comes packed with all plugins that you might need inside a project and documentation on how to get started. It is light and easy to use, and also very powerful.

Black Dashboard PRO Angular features over 160 individual components, giving you the freedom of choosing and combining. This means that there are thousands of possible combinations. 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. We thought about everything, so this dashboard comes with 2 versions, Dark Mode and Light Mode.

We are very excited to share this dashboard with you and we look forward to hearing your feedback!

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

HTML React Vue Angular
Black Dashboard PRO HTML Black Dashboard PRO React Vue Black Dashboard PRO Black Dashboard PRO Angular

Demo

Dashboard User Profile Tables Maps Notification

View More.

Quick start

Quick start options:

Documentation

The documentation for the Black Dashboard PRO Angular is hosted at our website.

File Structure

Within the download you'll find the following directories and files:

black-dashboad-pro-angular
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── README.md
├── angular.json
├── documentation
│   ├── black-dashboard.css
│   └── documentation.html
├── e2e
├── package-lock.json
├── package.json
├── src
│   ├── app
│   │   ├── app-routing.module.ts
│   │   ├── app.component.html
│   │   ├── app.component.scss
│   │   ├── app.component.spec.ts
│   │   ├── app.component.ts
│   │   ├── app.module.ts
│   │   ├── components
│   │   │   ├── auth-navbar
│   │   │   │   ├── auth-navbar.component.html
│   │   │   │   ├── auth-navbar.component.scss
│   │   │   │   ├── auth-navbar.component.spec.ts
│   │   │   │   └── auth-navbar.component.ts
│   │   │   ├── components.module.ts
│   │   │   ├── fixed-plugin
│   │   │   │   ├── fixed-plugin.component.html
│   │   │   │   ├── fixed-plugin.component.scss
│   │   │   │   ├── fixed-plugin.component.spec.ts
│   │   │   │   └── fixed-plugin.component.ts
│   │   │   ├── footer
│   │   │   │   ├── footer.component.css
│   │   │   │   ├── footer.component.html
│   │   │   │   ├── footer.component.spec.ts
│   │   │   │   └── footer.component.ts
│   │   │   ├── navbar
│   │   │   │   ├── navbar.component.css
│   │   │   │   ├── navbar.component.html
│   │   │   │   ├── navbar.component.spec.ts
│   │   │   │   └── navbar.component.ts
│   │   │   ├── picture-upload
│   │   │   │   ├── picture-upload.component.css
│   │   │   │   ├── picture-upload.component.html
│   │   │   │   ├── picture-upload.component.spec.ts
│   │   │   │   └── picture-upload.component.ts
│   │   │   ├── rtl-navbar
│   │   │   │   ├── rtl-navbar.component.html
│   │   │   │   ├── rtl-navbar.component.scss
│   │   │   │   ├── rtl-navbar.component.spec.ts
│   │   │   │   └── rtl-navbar.component.ts
│   │   │   ├── rtl-sidebar
│   │   │   │   ├── rtl-sidebar.component.html
│   │   │   │   ├── rtl-sidebar.component.scss
│   │   │   │   ├── rtl-sidebar.component.spec.ts
│   │   │   │   └── rtl-sidebar.component.ts
│   │   │   ├── sidebar
│   │   │   │   ├── sidebar.component.css
│   │   │   │   ├── sidebar.component.html
│   │   │   │   ├── sidebar.component.spec.ts
│   │   │   │   └── sidebar.component.ts
│   │   │   └── vector-map
│   │   │       ├── vector-map.component.css
│   │   │       ├── vector-map.component.html
│   │   │       ├── vector-map.component.spec.ts
│   │   │       ├── vector-map.component.ts
│   │   │       └── vector-map.service.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
│   │   │   ├── auth-layout
│   │   │   │   ├── auth-layout.component.html
│   │   │   │   ├── auth-layout.component.scss
│   │   │   │   ├── auth-layout.component.spec.ts
│   │   │   │   ├── auth-layout.component.ts
│   │   │   │   └── auth-layout.module.ts
│   │   │   └── rtl-layout
│   │   │       ├── rtl-layout.component.html
│   │   │       ├── rtl-layout.component.scss
│   │   │       ├── rtl-layout.component.spec.ts
│   │   │       ├── rtl-layout.component.ts
│   │   │       └── rtl-layout.module.ts
│   │   └── pages
│   │       └── examples
│   │           ├── calendar
│   │           │   ├── calendar.component.html
│   │           │   ├── calendar.component.ts
│   │           │   ├── calendar.module.ts
│   │           │   └── calendar.routing.ts
│   │           ├── charts
│   │           │   ├── charts.component.html
│   │           │   ├── charts.component.ts
│   │           │   ├── charts.module.ts
│   │           │   └── charts.routing.ts
│   │           ├── components
│   │           │   ├── buttons
│   │           │   │   ├── buttons.component.html
│   │           │   │   └── buttons.component.ts
│   │           │   ├── components.module.ts
│   │           │   ├── components.routing.ts
│   │           │   ├── grid
│   │           │   │   ├── grid.component.html
│   │           │   │   └── grid.component.ts
│   │           │   ├── icons
│   │           │   │   ├── icons.component.html
│   │           │   │   └── icons.component.ts
│   │           │   ├── notifications
│   │           │   │   ├── notifications.component.html
│   │           │   │   └── notifications.component.ts
│   │           │   ├── panels
│   │           │   │   ├── panels.component.html
│   │           │   │   └── panels.component.ts
│   │           │   ├── sweetalert
│   │           │   │   ├── sweetalert.component.html
│   │           │   │   └── sweetalert.component.ts
│   │           │   └── typography
│   │           │       ├── typography.component.html
│   │           │       └── typography.component.ts
│   │           ├── dashboard
│   │           │   ├── dashboard.component.html
│   │           │   ├── dashboard.component.ts
│   │           │   ├── dashboard.module.ts
│   │           │   └── dashboard.routing.ts
│   │           ├── forms
│   │           │   ├── extended
│   │           │   │   ├── extended.component.html
│   │           │   │   └── extended.component.ts
│   │           │   ├── forms.module.ts
│   │           │   ├── forms.routing.ts
│   │           │   ├── regular
│   │           │   │   ├── regular.component.html
│   │           │   │   └── regular.component.ts
│   │           │   ├── validation
│   │           │   │   ├── password-validator.component.ts
│   │           │   │   ├── validation.component.html
│   │           │   │   └── validation.component.ts
│   │           │   └── wizard
│   │           │       ├── wizard.component.html
│   │           │       └── wizard.component.ts
│   │           ├── maps
│   │           │   ├── fullscreen
│   │           │   │   ├── fullscreen.component.html
│   │           │   │   └── fullscreen.component.ts
│   │           │   ├── google
│   │           │   │   ├── google.component.html
│   │           │   │   └── google.component.ts
│   │           │   ├── maps.module.ts
│   │           │   ├── maps.routing.ts
│   │           │   └── vector
│   │           │       ├── vector-map.service.ts
│   │           │       ├── vector.component.html
│   │           │       └── vector.component.ts
│   │           ├── pages
│   │           │   ├── lock
│   │           │   │   ├── lock.component.html
│   │           │   │   └── lock.component.ts
│   │           │   ├── login
│   │           │   │   ├── login.component.html
│   │           │   │   └── login.component.ts
│   │           │   ├── pages.module.ts
│   │           │   ├── pages.routing.ts
│   │           │   ├── pricing
│   │           │   │   ├── pricing.component.html
│   │           │   │   └── pricing.component.ts
│   │           │   ├── register
│   │           │   │   ├── register.component.html
│   │           │   │   └── register.component.ts
│   │           │   ├── rtl
│   │           │   │   ├── rtl.component.html
│   │           │   │   ├── rtl.component.ts
│   │           │   │   ├── rtl.module.ts
│   │           │   │   └── rtl.routing.ts
│   │           │   ├── timeline
│   │           │   │   ├── timeline.component.html
│   │           │   │   ├── timeline.component.ts
│   │           │   │   ├── timeline.module.ts
│   │           │   │   └── timeline.routing.ts
│   │           │   └── user
│   │           │       ├── user-profile.module.ts
│   │           │       ├── user-profile.routing.ts
│   │           │       ├── user.component.html
│   │           │       └── user.component.ts
│   │           ├── tables
│   │           │   ├── extended
│   │           │   │   ├── extended.component.html
│   │           │   │   └── extended.component.ts
│   │           │   ├── ngxdatatables
│   │           │   │   ├── ngxdatatables.component.html
│   │           │   │   └── ngxdatatables.component.ts
│   │           │   ├── regular
│   │           │   │   ├── regular.component.html
│   │           │   │   └── regular.component.ts
│   │           │   ├── tables.module.ts
│   │           │   └── tables.routing.ts
│   │           └── widgets
│   │               ├── widgets.component.html
│   │               ├── widgets.component.ts
│   │               ├── widgets.module.ts
│   │               └── widgets.routing.ts
│   ├── assets
│   │   ├── css
│   │   ├── demo
│   │   ├── fonts
│   │   ├── img
│   │   └── scss
│   │       ├── black-dashboard
│   │       │   ├── angular-differences
│   │       │   ├── bootstrap
│   │       │   └── custom
│   │       └── black-dashboard.scss
│   ├── browserslist
│   ├── environments
│   ├── favicon.ico
│   ├── index.html
│   ├── karma.conf.js
│   ├── 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

Reporting Issues

We use GitHub Issues as the official bug tracker for the Black Dashboard PRO Angular. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Black Dashboard PRO Angular. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. 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

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

ct-black-dashboard-pro-angular's People

Contributors

chelaruc avatar rarestoma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.