https://github.com/creativetimofficial/ct-now-ui-dashboard-pro-angular
Now UI Dashboard PRO Angular by Creatice Tim
https://github.com/creativetimofficial/ct-now-ui-dashboard-pro-angular
admin-template angular angular7 bootstrap creative-tim dashboard design ng-bootstrap now now-ui template ui
Last synced: 7 months ago
JSON representation
Now UI Dashboard PRO Angular by Creatice Tim
- Host: GitHub
- URL: https://github.com/creativetimofficial/ct-now-ui-dashboard-pro-angular
- Owner: creativetimofficial
- Created: 2019-02-05T14:27:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T13:13:20.000Z (over 2 years ago)
- Last Synced: 2025-04-19T08:10:19.328Z (12 months ago)
- Topics: admin-template, angular, angular7, bootstrap, creative-tim, dashboard, design, ng-bootstrap, now, now-ui, template, ui
- Homepage: https://demos.creative-tim.com/now-ui-dashboard-pro-angular/dashboard
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Now UI Dashboard PRO Angular](https://demos.creative-tim.com/now-ui-dashboard-pro-angular/dashboard) [](https://twitter.com/intent/tweet?url=https%3A%2F%2Fdemos.creative-tim.com%2Fnow-ui-dashboard-pro-angular%2Fdashboard&&&&text=Now%20UI%20Dashboard%20PRO%20Angular%20-%20Premium%20Bootstrap%20Angular%20Admin%20Template&original_referer=https%3A%2F%2Fdemos.creative-tim.com%2Fnow-ui-dashboard-pro-angular%2Fdashboard&&&%2F&via=creativetim&hashtags=angular%2Cbootstrap)
 [](https://github.com/creativetimofficial/ct-now-ui-dashboard-pro-angular/issues?q=is%3Aopen+is%3Aissue) [](https://github.com/creativetimofficial/ct-now-ui-dashboard-pro/issues-angular?q=is%3Aissue+is%3Aclosed) [](https://discord.gg/E4aHAQy)

**[Now UI Dashboard PRO Angular](https://creativetimofficial.github.io/now-ui-dashboard-pro-angular/dashboard)** is a premium admin dashboard template designed to be beautiful and simple. It is built on top of [NG Bootstrap](https://ng-bootstrap.github.io/#/home) and [Angular](https://angular.io/), using [Now UI Dashboard PRO](https://www.creative-tim.com/product/now-ui-dashboard-pro) and it is fully responsive. It comes with a big collections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM.
The product represents a big suite of front-end developer tools that can help you jump start your project. We have created it thinking about things you actually need in a dashboard. Now UI Dashboard Angular contains multiple handpicked and optimized plugins. Everything is designed to fit with one another. As you will be able to see, the dashboard you can access on Creative Tim is a customization of this product.
It comes with 5 filter colors for the sidebar (`yellow`, `blue`,`green`,`orange`,`red`).
## Table of Contents
* [Versions](#versions)
* [Demo](#demo)
* [Quick Start](#quick-start)
* [Documentation](#documentation)
* [File Structure](#file-structure)
* [Browser Support](#browser-support)
* [Resources](#resources)
* [Reporting Issues](#reporting-issues)
* [Technical Support or Questions](#technical-support-or-questions)
* [Licensing](#licensing)
* [Useful Links](#useful-links)
## Versions
[
](https://www.creative-tim.com/product/now-ui-dashboard-pro)
[
](https://www.creative-tim.com/product/now-ui-dashboard-pro-angular)
[
](https://www.creative-tim.com/product/vue-now-ui-dashboard-pro)
[
](https://www.creative-tim.com/product/now-ui-dashboard-pro-react)
| HTML | Angular | Vue | React |
| --- | --- | --- | --- |
| [](https://www.creative-tim.com/product/now-ui-dashboard-pro) | [](https://www.creative-tim.com/product/now-ui-dashboard-pro-angular) | [](https://www.creative-tim.com/product/vue-now-ui-dashboard-pro)| [](https://www.creative-tim.com/product/now-ui-dashboard-pro-react)
## Demo
- [Start page](https://demos.creative-tim.com/now-ui-dashboard-pro-angular/dashboard)
- [User profile page](https://demos.creative-tim.com/now-ui-dashboard-pro-angular/user)
- [Tables page ](https://demos.creative-tim.com/now-ui-dashboard-pro-angular/tables/extended)
- [Maps Page](https://demos.creative-tim.com/now-ui-dashboard-pro-angular/maps/google)
- [Notifications page](https://demos.creative-tim.com/now-ui-dashboard-pro-angular/components/notifications)
[View More](https://demos.creative-tim.com/now-ui-dashboard-pro-angular/dashboard).
## Quick start
Quick start options:
- Buy from [Creative Tim](https://www.creative-tim.com/product/now-ui-dashboard-pro-angular)
## Documentation
The documentation for the Material Dashboard Pro is hosted at our [website](https://demos.creative-tim.com/now-ui-dashboard-pro-angular/documentation/introduction).
## File Structure
Within the download you'll find the following directories and files:
```
now-ui-dashboard-pro-angular
├── README.md
├── angular.json
├── e2e
├── package-lock.json
├── package.json
├── src
│ ├── app
│ │ ├── app.component.css
│ │ ├── app.component.html
│ │ ├── app.component.spec.ts
│ │ ├── app.component.ts
│ │ ├── app.module.ts
│ │ ├── app.routing.ts
│ │ ├── components
│ │ │ ├── components.module.spec.ts
│ │ │ ├── components.module.ts
│ │ │ ├── file-input
│ │ │ │ ├── file-input.component.css
│ │ │ │ ├── file-input.component.html
│ │ │ │ ├── file-input.component.spec.ts
│ │ │ │ └── file-input.component.ts
│ │ │ ├── fixed-plugin
│ │ │ │ ├── fixed-plugin.component.css
│ │ │ │ ├── fixed-plugin.component.html
│ │ │ │ ├── fixed-plugin.component.spec.ts
│ │ │ │ └── fixed-plugin.component.ts
│ │ │ ├── footer
│ │ │ │ ├── footer.component.css
│ │ │ │ ├── footer.component.html
│ │ │ │ ├── footer.component.spec.ts
│ │ │ │ └── footer.component.ts
│ │ │ ├── image-upload
│ │ │ │ ├── image-upload.component.html
│ │ │ │ ├── image-upload.component.scss
│ │ │ │ ├── image-upload.component.spec.ts
│ │ │ │ └── image-upload.component.ts
│ │ │ ├── modal
│ │ │ │ ├── modal.component.html
│ │ │ │ ├── modal.component.scss
│ │ │ │ ├── modal.component.spec.ts
│ │ │ │ └── modal.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
│ │ │ ├── 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.css
│ │ │ │ ├── admin-layout.component.html
│ │ │ │ ├── admin-layout.component.spec.ts
│ │ │ │ └── admin-layout.component.ts
│ │ │ └── auth-layout
│ │ │ ├── auth-layout.component.css
│ │ │ ├── auth-layout.component.html
│ │ │ ├── auth-layout.component.spec.ts
│ │ │ └── auth-layout.component.ts
│ │ └── pages
│ │ ├── calendar
│ │ │ ├── calendar.component.css
│ │ │ ├── calendar.component.html
│ │ │ ├── calendar.component.spec.ts
│ │ │ ├── calendar.component.ts
│ │ │ ├── calendar.module.spec.ts
│ │ │ ├── calendar.module.ts
│ │ │ └── calendar.routing.ts
│ │ ├── charts
│ │ │ ├── charts.component.css
│ │ │ ├── charts.component.html
│ │ │ ├── charts.component.spec.ts
│ │ │ ├── charts.component.ts
│ │ │ ├── charts.module.spec.ts
│ │ │ ├── charts.module.ts
│ │ │ └── charts.routing.ts
│ │ ├── components
│ │ │ ├── buttons
│ │ │ │ ├── buttons.component.css
│ │ │ │ ├── buttons.component.html
│ │ │ │ ├── buttons.component.spec.ts
│ │ │ │ └── buttons.component.ts
│ │ │ ├── components.module.spec.ts
│ │ │ ├── components.module.ts
│ │ │ ├── components.routing.ts
│ │ │ ├── grid-system
│ │ │ │ ├── grid-system.component.css
│ │ │ │ ├── grid-system.component.html
│ │ │ │ ├── grid-system.component.spec.ts
│ │ │ │ └── grid-system.component.ts
│ │ │ ├── icons
│ │ │ │ ├── icons.component.css
│ │ │ │ ├── icons.component.html
│ │ │ │ ├── icons.component.spec.ts
│ │ │ │ └── icons.component.ts
│ │ │ ├── notifications
│ │ │ │ ├── notifications.component.css
│ │ │ │ ├── notifications.component.html
│ │ │ │ ├── notifications.component.spec.ts
│ │ │ │ └── notifications.component.ts
│ │ │ ├── panels
│ │ │ │ ├── panels.component.css
│ │ │ │ ├── panels.component.html
│ │ │ │ ├── panels.component.spec.ts
│ │ │ │ └── panels.component.ts
│ │ │ ├── sweet-alert
│ │ │ │ ├── sweet-alert.component.css
│ │ │ │ ├── sweet-alert.component.html
│ │ │ │ ├── sweet-alert.component.spec.ts
│ │ │ │ └── sweet-alert.component.ts
│ │ │ └── typography
│ │ │ ├── typography.component.css
│ │ │ ├── typography.component.html
│ │ │ ├── typography.component.spec.ts
│ │ │ └── typography.component.ts
│ │ ├── dashboard
│ │ │ ├── dashboard.component.css
│ │ │ ├── dashboard.component.html
│ │ │ ├── dashboard.component.spec.ts
│ │ │ ├── dashboard.component.ts
│ │ │ ├── dashboard.module.spec.ts
│ │ │ ├── dashboard.module.ts
│ │ │ └── dashboard.routing.ts
│ │ ├── forms
│ │ │ ├── extended-forms
│ │ │ │ ├── extended-forms.component.css
│ │ │ │ ├── extended-forms.component.html
│ │ │ │ ├── extended-forms.component.spec.ts
│ │ │ │ └── extended-forms.component.ts
│ │ │ ├── forms.module.spec.ts
│ │ │ ├── forms.module.ts
│ │ │ ├── forms.routing.ts
│ │ │ ├── regular-forms
│ │ │ │ ├── regular-forms.component.css
│ │ │ │ ├── regular-forms.component.html
│ │ │ │ ├── regular-forms.component.spec.ts
│ │ │ │ └── regular-forms.component.ts
│ │ │ ├── validation-forms
│ │ │ │ ├── password-validator.component.ts
│ │ │ │ ├── validation-forms.component.css
│ │ │ │ ├── validation-forms.component.html
│ │ │ │ ├── validation-forms.component.spec.ts
│ │ │ │ └── validation-forms.component.ts
│ │ │ └── wizard
│ │ │ ├── wizard.component.css
│ │ │ ├── wizard.component.html
│ │ │ ├── wizard.component.spec.ts
│ │ │ └── wizard.component.ts
│ │ ├── maps
│ │ │ ├── full-screen-maps
│ │ │ │ ├── full-screen-maps.component.css
│ │ │ │ ├── full-screen-maps.component.html
│ │ │ │ ├── full-screen-maps.component.spec.ts
│ │ │ │ └── full-screen-maps.component.ts
│ │ │ ├── google-maps
│ │ │ │ ├── google-maps.component.css
│ │ │ │ ├── google-maps.component.html
│ │ │ │ ├── google-maps.component.spec.ts
│ │ │ │ └── google-maps.component.ts
│ │ │ ├── maps.module.spec.ts
│ │ │ ├── maps.module.ts
│ │ │ ├── maps.routing.ts
│ │ │ └── vector-map
│ │ │ ├── vector-map.component.css
│ │ │ ├── vector-map.component.html
│ │ │ ├── vector-map.component.spec.ts
│ │ │ └── vector-map.component.ts
│ │ ├── pages
│ │ │ ├── lock
│ │ │ │ ├── lock.component.css
│ │ │ │ ├── lock.component.html
│ │ │ │ ├── lock.component.spec.ts
│ │ │ │ └── lock.component.ts
│ │ │ ├── login
│ │ │ │ ├── login.component.css
│ │ │ │ ├── login.component.html
│ │ │ │ ├── login.component.spec.ts
│ │ │ │ └── login.component.ts
│ │ │ ├── pages.module.spec.ts
│ │ │ ├── pages.module.ts
│ │ │ ├── pages.routing.ts
│ │ │ ├── pricing
│ │ │ │ ├── pricing.component.css
│ │ │ │ ├── pricing.component.html
│ │ │ │ ├── pricing.component.spec.ts
│ │ │ │ └── pricing.component.ts
│ │ │ ├── register
│ │ │ │ ├── register.component.css
│ │ │ │ ├── register.component.html
│ │ │ │ ├── register.component.spec.ts
│ │ │ │ └── register.component.ts
│ │ │ ├── timeline
│ │ │ │ ├── timeline.component.css
│ │ │ │ ├── timeline.component.html
│ │ │ │ ├── timeline.component.spec.ts
│ │ │ │ ├── timeline.component.ts
│ │ │ │ ├── timeline.module.spec.ts
│ │ │ │ ├── timeline.module.ts
│ │ │ │ └── timeline.routing.ts
│ │ │ └── user-profile
│ │ │ ├── user-profile.component.css
│ │ │ ├── user-profile.component.html
│ │ │ ├── user-profile.component.spec.ts
│ │ │ ├── user-profile.component.ts
│ │ │ ├── user-profile.module.spec.ts
│ │ │ ├── user-profile.module.ts
│ │ │ └── user-profile.routing.ts
│ │ ├── tables
│ │ │ ├── extended-tables
│ │ │ │ ├── extended-tables.component.css
│ │ │ │ ├── extended-tables.component.html
│ │ │ │ ├── extended-tables.component.spec.ts
│ │ │ │ └── extended-tables.component.ts
│ │ │ ├── ngx-datatable
│ │ │ │ ├── ngx-datatable.component.css
│ │ │ │ ├── ngx-datatable.component.html
│ │ │ │ ├── ngx-datatable.component.spec.ts
│ │ │ │ └── ngx-datatable.component.ts
│ │ │ ├── regular-tables
│ │ │ │ ├── regular-tables.component.css
│ │ │ │ ├── regular-tables.component.html
│ │ │ │ ├── regular-tables.component.spec.ts
│ │ │ │ └── regular-tables.component.ts
│ │ │ ├── tables.module.spec.ts
│ │ │ ├── tables.module.ts
│ │ │ └── tables.routing.ts
│ │ └── widgets
│ │ ├── widgets.component.css
│ │ ├── widgets.component.html
│ │ ├── widgets.component.spec.ts
│ │ ├── widgets.component.ts
│ │ ├── widgets.module.spec.ts
│ │ ├── widgets.module.ts
│ │ └── widgets.routing.ts
│ ├── assets
│ │ ├── demo
│ │ ├── fonts
│ │ ├── img
│ │ ├── js
│ │ └── scss
│ │ ├── now-ui-dashboard
│ │ │ ├── angular
│ │ │ ├── cards
│ │ │ ├── mixins
│ │ │ └── plugins
│ │ └── now-ui-dashboard.scss
│ ├── browserslist
│ ├── environments
│ ├── favicon.ico
│ ├── index.html
│ ├── karma.conf.js
│ ├── main.ts
│ ├── polyfills.ts
│ ├── styles.css
│ ├── 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
- [Live Preview](https://demos.creative-tim.com/now-ui-dashboard-pro-angular/dashboard)
- Buy Page: https://www.creative-tim.com/product/now-ui-dashboard-pro-angular
- Documentation is [here](https://demos.creative-tim.com/now-ui-dashboard-pro-angular/documentation/introduction)
- License Agreement: https://www.creative-tim.com/license
- Support: https://www.creative-tim.com/contact-us
- Issues: [Github Issues Page](https://github.com/creativetimofficial/ct-now-ui-dashboard-pro-angular/issues)
- Now UI Dashboard Angular - [demo](https://www.creative-tim.com/product/now-ui-dashboard-angular?ref=github-nud-pro-angular)
## Reporting Issues
We use GitHub Issues as the official bug tracker for the Now UI 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 Now UI Dashboard Pro Angular. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/).
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](https://www.creative-tim.com/contact-us) instead of opening an issue.
## Licensing
- Copyright 2018 Creative Tim (https://www.creative-tim.com)
- Creative Tim [license](https://www.creative-tim.com/license)
## Useful Links
- [More products](https://www.creative-tim.com/bootstrap-themes) from Creative Tim
- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w)
- [Freebies](https://www.creative-tim.com/bootstrap-themes/free) from Creative Tim
- [Affiliate Program](https://www.creative-tim.com/affiliates/new) (earn money)
##### Social Media
Twitter:
Facebook:
Dribbble:
Google+:
Instagram: