# angular-admin-lte

Admin-lte implémentation for Angular 4+

## Doc & Demo
[https://mika-el.github.io/angular-admin-lte](https://mika-el.github.io/angular-admin-lte/)

## Installation

To install this library, run:

```bash
$ npm install angular-admin-lte --save
```

## Install demo
```bash
$ git clone git://github.com/mika-el/angular-admin-lte
$ cd angular-admin-lte
$ npm install
```

## Run demo
```bash
$ ng serve
```

## Build demo
```bash
$ ng build --prod
```

## Build dist
```bash
$ npm run build:lib
```

## Dependencies

* admin-lte
* bootstrap

## Todos

* Vertical tabs
