From 77781c090aaa5895b4a0f6af4c8e5fa749f60725 Mon Sep 17 00:00:00 2001 From: balajivelu147 Date: Wed, 12 Jan 2022 19:35:10 +0530 Subject: [PATCH 1/2] sample --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From c137ef2dabad7b4a06383452d8e543faccaddecc Mon Sep 17 00:00:00 2001 From: balajivelu147 Date: Mon, 28 Feb 2022 18:31:54 +0530 Subject: [PATCH 2/2] class and imports added --- app/bootstrap.ts | 1 + app/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 %>