mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
template renamed
This commit is contained in:
parent
baade22f33
commit
a1d4b34467
4 changed files with 11 additions and 11 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "angular2-blur-admin",
|
"name": "ng2-admin",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Angular 2 Blur Admin template.",
|
"description": "Angular 2 and Bootstrap 4 Admin Template.",
|
||||||
"author": "akveo",
|
"author": "akveo",
|
||||||
"homepage": "",
|
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"moduleType": [
|
"moduleType": [
|
||||||
"es6"
|
"es6"
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ const ForkCheckerPlugin = require('awesome-typescript-loader').ForkCheckerPlugin
|
||||||
var ExtractTextPlugin = require('extract-text-webpack-plugin');
|
var ExtractTextPlugin = require('extract-text-webpack-plugin');
|
||||||
|
|
||||||
const METADATA = {
|
const METADATA = {
|
||||||
title: 'Blur Admin on Angular2',
|
title: 'ng2-admin - Angular 2 Admin Template',
|
||||||
description: 'Free Angular 2 Bootstrap 4 Admin Dashboard Template',
|
description: 'Free Angular 2 and Bootstrap 4 Admin Template',
|
||||||
baseUrl: '/'
|
baseUrl: '/'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
10
package.json
10
package.json
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "angular2-blur-admin",
|
"name": "ng2-admin",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Angular 2 Blur Admin template.",
|
"description": "Angular 2 and Bootstrap 4 Admin Template.",
|
||||||
"author": "akveo",
|
"author": "akveo",
|
||||||
"homepage": "",
|
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "2.0.0-rc.1",
|
"@angular/common": "2.0.0-rc.1",
|
||||||
|
|
@ -137,10 +137,10 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/angularclass/angular2-webpack-starter.git"
|
"url": "https://github.com/akveo/ng2-admin.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/angularclass/angular2-webpack-starter/issues"
|
"url": "https://github.com/akveo/ng2-admin/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4.2.1",
|
"node": ">= 4.2.1",
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ import {Tables} from './tables';
|
||||||
<footer class="al-footer clearfix">
|
<footer class="al-footer clearfix">
|
||||||
<div class="al-footer-right">Created with <i class="ion-heart"></i></div>
|
<div class="al-footer-right">Created with <i class="ion-heart"></i></div>
|
||||||
<div class="al-footer-main clearfix">
|
<div class="al-footer-main clearfix">
|
||||||
<div class="al-copy">Blur Admin 2016</div>
|
<div class="al-copy">© <a href="http://akveo.com">Akveo</a> 2016</div>
|
||||||
<ul class="al-share clearfix">
|
<ul class="al-share clearfix">
|
||||||
<li><i class="socicon socicon-facebook"></i></li>
|
<li><i class="socicon socicon-facebook"></i></li>
|
||||||
<li><i class="socicon socicon-twitter"></i></li>
|
<li><i class="socicon socicon-twitter"></i></li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue