An open API service indexing awesome lists of open source software.

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

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)