Skip to content

Commit 02c7b17

Browse files
committed
release
1 parent 24b6065 commit 02c7b17

File tree

9 files changed

+52
-83
lines changed

9 files changed

+52
-83
lines changed

library/angular-admin-lte/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "angular-admin-lte",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
4+
"homepage": "https://github.com/mika-el/angular-admin-lte#README.MD",
45
"author": {
56
"name": "Mik@",
67
"email": "michael.ledour@gmail.com"
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# angular-admin-lte
2+
3+
Admin-lte implementation for Angular 4+
4+
5+
## Doc & Demo
6+
[https://mika-el.github.io/angular-admin-lte](https://mika-el.github.io/angular-admin-lte/)
7+
8+
## Repo
9+
[https://github.com/mika-el/angular-admin-lte](https://github.com/mika-el/angular-admin-lte/)
10+
11+
## Installation
12+
13+
To install this library, run:
14+
15+
```bash
16+
$ npm install angular-admin-lte --save
17+
```
18+
## Install demo
19+
```bash
20+
$ git clone git://github.com/mika-el/angular-admin-lte
21+
$ cd angular-admin-lte
22+
$ npm install
23+
```
24+
25+
## Run demo
26+
```bash
27+
$ ng serve
28+
```
29+
30+
## Build demo
31+
```bash
32+
$ ng build --prod
33+
```
34+
35+
## Build dist
36+
```bash
37+
$ npm run build:lib
38+
```
39+
40+
## Dependencies
41+
42+
* admin-lte-css
43+
44+
## Todos
45+
46+
* Vertical tabs

library/angular-admin-lte/src/libbk/angular-admin-lte.component.spec.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

library/angular-admin-lte/src/libbk/angular-admin-lte.component.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

library/angular-admin-lte/src/libbk/angular-admin-lte.module.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

library/angular-admin-lte/src/libbk/angular-admin-lte.service.spec.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

library/angular-admin-lte/src/libbk/angular-admin-lte.service.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-admin-lte-demo",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"keywords": [
55
"angular",
66
"angular 2",
@@ -14,8 +14,8 @@
1414
"ng": "ng",
1515
"start": "ng serve",
1616
"build": "ng build",
17-
"build:lib": "ng build angular-admin-lte",
18-
"build:demo": "ng build angular-admin-lte-demo",
17+
"build:lib": "ng build angular-admin-lte --prod",
18+
"build:demo": "ng build angular-admin-lte-demo --prod",
1919
"test": "ng test",
2020
"test:demo": "ng test angular-admin-lte-demo",
2121
"test:lib": "ng test angular-admin-lte",

0 commit comments

Comments
 (0)