File tree Expand file tree Collapse file tree 6 files changed +1692
-1676
lines changed
library/angular-admin-lte Expand file tree Collapse file tree 6 files changed +1692
-1676
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org/mika-el /angular-admin-lte.svg?branch=master )] ( https://travis-ci.org/mika-el /angular-admin-lte )
1+ [ ![ Build Status] ( https://travis-ci.org/mledour /angular-admin-lte.svg?branch=master )] ( https://travis-ci.org/mledour /angular-admin-lte )
22[ ![ npm version] ( https://badge.fury.io/js/angular-admin-lte.svg )] ( https://badge.fury.io/js/angular-admin-lte )
33
44# angular-admin-lte
55
66Admin-lte implementation for Angular 4+
77
88## Doc & Demo
9- [ https://mika-el .github.io/angular-admin-lte/branches/master ] ( https://mika-el .github.io/angular-admin-lte/branches/master )
9+ [ https://mledour .github.io/angular-admin-lte/branches/master ] ( https://mledour .github.io/angular-admin-lte/branches/master )
1010
1111
1212## Installation
@@ -19,7 +19,7 @@ $ npm install angular-admin-lte --save
1919
2020## Install demo
2121``` bash
22- $ git clone git://github.com/mika-el /angular-admin-lte
22+ $ git clone git://github.com/mledour /angular-admin-lte
2323$ cd angular-admin-lte
2424$ npm install
2525```
Original file line number Diff line number Diff line change 11## CHANGE LOG:
22
3+ v2.0.0:
4+ - Update to Angular 7
5+
6+ v1.3.0:
7+ - Header logo routerLink option
8+
39v1.2.8:
410 - fix layout wrapper overflow
511
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-admin-lte" ,
3- "version" : " 1.3.2 " ,
4- "homepage" : " https://github.com/mika-el /angular-admin-lte#README.MD" ,
3+ "version" : " 2.0.0 " ,
4+ "homepage" : " https://github.com/mledour /angular-admin-lte#README.MD" ,
55 "author" : {
66 "name" : " Mik@" ,
77 "email" : " michael.ledour@gmail.com"
88 },
99 "license" : " MIT" ,
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " https://github.com/mika-el /angular-admin-lte"
12+ "url" : " https://github.com/mledour /angular-admin-lte"
1313 },
1414 "bugs" : {
15- "url" : " https://github.com/mika-el /angular-admin-lte/issues"
15+ "url" : " https://github.com/mledour /angular-admin-lte/issues"
1616 },
1717 "keywords" : [
1818 " angular" ,
1919 " angular 2" ,
2020 " angular 4" ,
2121 " angular 5" ,
2222 " angular 6" ,
23+ " angular 7" ,
2324 " typescript" ,
2425 " admin-lte"
2526 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-admin-lte-demo" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 2.0.0 " ,
44 "keywords" : [
55 " angular" ,
66 " angular 2" ,
77 " angular 4" ,
88 " angular 5" ,
99 " angular 6" ,
10+ " angular 7" ,
1011 " typescript" ,
1112 " admin-lte"
1213 ],
2728 },
2829 "repository" : {
2930 "type" : " git" ,
30- "url" : " git://github.com/mika-el /angular-admin-lte.git"
31+ "url" : " git://github.com/mledour /angular-admin-lte.git"
3132 },
3233 "author" : {
3334 "name" : " Mik@" ,
8081 "tslib" : " ^1.7.1" ,
8182 "tslint" : " ~5.12.1" ,
8283 "typescript" : " ~3.2.4"
84+ },
85+ "resolutions" : {
86+ "terser" : " 3.8.1"
8387 }
84- }
88+ }
You can’t perform that action at this time.
0 commit comments