https://github.com/bugthesystem/rdash-angular2
RDash admin dashboard theme /w AngularJS2 & TypeScript
https://github.com/bugthesystem/rdash-angular2
angular2 rdash-admin-dashboard theme typescript
Last synced: over 1 year ago
JSON representation
RDash admin dashboard theme /w AngularJS2 & TypeScript
- Host: GitHub
- URL: https://github.com/bugthesystem/rdash-angular2
- Owner: bugthesystem
- License: mit
- Created: 2015-10-05T13:39:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T15:12:09.000Z (over 8 years ago)
- Last Synced: 2024-10-12T01:25:32.157Z (over 1 year ago)
- Topics: angular2, rdash-admin-dashboard, theme, typescript
- Language: HTML
- Homepage: https://rdash-angular2.herokuapp.com
- Size: 1.19 MB
- Stars: 182
- Watchers: 21
- Forks: 89
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
[AngularJS 2](https://angular.io/) implementation of the [RDash admin dashboard](http://rdash.github.io) theme
> Responsive, bloat free, bootstrap powered admin style dashboard!
[**Demo App**](https://rdash-angular2.herokuapp.com/)
# How to start
```bash
git clone https://github.com/ziyasal/rdash-angular2.git
cd rdash-angular2
npm install
# dev
npm start
```
## Components
- RdWidget
- RdWidgetHeader
- RdWidgetBody
- RdWidgetFooter
- RdLoading
**Simple Widget**
```js
HTML CONTENT
```
**Widget with Header**
```js
Manage
```
**Widget with Footer**
```js
Manage
FOOTER CONTENT
```
**Widget with Loader**
```js
```
# License
[MIT](https://raw.githubusercontent.com/ziyasal/rdash-angular2/master/LICENSE)