-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90d27e2
commit e104678
Showing
1 changed file
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,37 @@ | ||
# Ng2-Dashboard | ||
Ng2-Dashboard is a web dashboard application based on Bootstrap and Angular 2. | ||
All components included in this dashboard template has been developed to bring all the potential of HTML5 and Bootstrap plus a set of new features (JS and CSS) ideal for your next dashboard admin theme or admin web app project. Angular Bootstrap Dashboard can be used in any type of web applications dashboard. | ||
All components included in this dashboard template has been developed to bring all the potential of HTML5 and Bootstrap plus a set of new features ideal for your next dashboard admin theme or admin web app project. Angular Bootstrap Dashboard can be used in any type of web applications dashboard. | ||
|
||
## Ng2-Dashboard | ||
|
||
* [Demo] (http://dashboard.ranjithprabhu.in) | ||
* [Demo] (https://ranjithprabhuk.github.io/ng2-Dashboard/) | ||
|
||
* [Download Source] (https://github.com/ranjithprabhuk/Angular-Bootstrap-Dashboard/archive/master.zip) | ||
* [Download Source] (https://github.com/ranjithprabhuk/ng2-Dashboard/archive/master.zip) | ||
|
||
* Username: [email protected] | ||
|
||
* Password: admin | ||
|
||
## Features | ||
* Large set of UI Widgets | ||
* Advanced Form elements | ||
* Mailbox | ||
* Multiple Themes (yet to be implemented) | ||
* Multiple Layouts (yet to be implemented) | ||
* Works in All Modern Browsers | ||
|
||
## Plugins Integrated | ||
* jQuery | ||
* jQuery Knob | ||
* ng2-charts | ||
* google maps and charts | ||
* Chart.js | ||
* Owl Carousel | ||
|
||
## Installation | ||
|
||
1. A recommended way to install ***ng2-dashboard*** is through [npm](https://www.npmjs.com/) package manager using the following command: | ||
|
||
``` | ||
npm install | ||
``` | ||
``` | ||
npm install | ||
``` | ||
|
||
It will install all the packages from the npm repository. | ||
|
||
|
@@ -39,7 +41,7 @@ All components included in this dashboard template has been developed to bring a | |
npm start | ||
``` | ||
|
||
It will install all the packages from the npm repository. | ||
It will install all the packages from the npm repository. | ||
|
||
3. Ng2-Dashboard will accessible in http://localhost:4200/ | ||
|
||
|