diff --git a/bower.json b/bower.json index faad8a75..65419134 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/config/webpack.common.js b/config/webpack.common.js index d08d967c..c93c7f9a 100644 --- a/config/webpack.common.js +++ b/config/webpack.common.js @@ -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: '/' }; diff --git a/package.json b/package.json index 1f3530ca..c72e5637 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/app/pages/pages.component.ts b/src/app/pages/pages.component.ts index 77a5ee40..67711628 100644 --- a/src/app/pages/pages.component.ts +++ b/src/app/pages/pages.component.ts @@ -27,7 +27,7 @@ import {Tables} from './tables';