template renamed

This commit is contained in:
nixa 2016-05-19 14:58:50 +03:00
parent baade22f33
commit a1d4b34467
4 changed files with 11 additions and 11 deletions

View file

@ -1,9 +1,9 @@
{
"name": "angular2-blur-admin",
"name": "ng2-admin",
"version": "0.0.1",
"description": "Angular 2 Blur Admin template.",
"description": "Angular 2 and Bootstrap 4 Admin Template.",
"author": "akveo",
"homepage": "",
"homepage": "http://akveo.github.io/ng2-admin/",
"license": "MIT",
"moduleType": [
"es6"

View file

@ -7,8 +7,8 @@ const ForkCheckerPlugin = require('awesome-typescript-loader').ForkCheckerPlugin
var ExtractTextPlugin = require('extract-text-webpack-plugin');
const METADATA = {
title: 'Blur Admin on Angular2',
description: 'Free Angular 2 Bootstrap 4 Admin Dashboard Template',
title: 'ng2-admin - Angular 2 Admin Template',
description: 'Free Angular 2 and Bootstrap 4 Admin Template',
baseUrl: '/'
};

View file

@ -1,9 +1,9 @@
{
"name": "angular2-blur-admin",
"name": "ng2-admin",
"version": "0.0.1",
"description": "Angular 2 Blur Admin template.",
"description": "Angular 2 and Bootstrap 4 Admin Template.",
"author": "akveo",
"homepage": "",
"homepage": "http://akveo.github.io/ng2-admin/",
"license": "MIT",
"dependencies": {
"@angular/common": "2.0.0-rc.1",
@ -137,10 +137,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/angularclass/angular2-webpack-starter.git"
"url": "https://github.com/akveo/ng2-admin.git"
},
"bugs": {
"url": "https://github.com/angularclass/angular2-webpack-starter/issues"
"url": "https://github.com/akveo/ng2-admin/issues"
},
"engines": {
"node": ">= 4.2.1",

View file

@ -27,7 +27,7 @@ import {Tables} from './tables';
<footer class="al-footer clearfix">
<div class="al-footer-right">Created with <i class="ion-heart"></i></div>
<div class="al-footer-main clearfix">
<div class="al-copy">Blur Admin 2016</div>
<div class="al-copy">&copy; <a href="http://akveo.com">Akveo</a> 2016</div>
<ul class="al-share clearfix">
<li><i class="socicon socicon-facebook"></i></li>
<li><i class="socicon socicon-twitter"></i></li>