diff --git a/app/bootstrap.ts b/app/bootstrap.ts index e539cc5..0753df5 100644 --- a/app/bootstrap.ts +++ b/app/bootstrap.ts @@ -3,6 +3,7 @@ import {bootstrap} from 'angular2/platform/browser'; import {ROUTER_PROVIDERS, LocationStrategy, HashLocationStrategy} from 'angular2/router'; import {HTTP_PROVIDERS} from 'angular2/http'; import {AppCmp} from './components/app/app'; +import {} from './components/app/app'; bootstrap(AppCmp, [ ROUTER_PROVIDERS, diff --git a/app/index.html b/app/index.html index 2f8dd16..8daa29a 100644 --- a/app/index.html +++ b/app/index.html @@ -1,6 +1,6 @@ - + <%= APP_TITLE %> diff --git a/package.json b/package.json index 317a27f..c82aed9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "description": "Extended seed for Angular 2 apps", "repository": { - "url": "https://github.com/AngularShowcase/angular2-sample-app" + "url": "https://github.com/AngularShowcase/angular2-sample-appsdfasddasdsa" }, "scripts": { "build.dev": "gulp build.dev",