diff --git a/app/app.component.ts b/app/app.component.ts
deleted file mode 100644
index 00fd09b..0000000
--- a/app/app.component.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { Component } from '@angular/core';
-
-@Component({
- selector: 'my-app',
- template: `
-
Angular 2 Systemjs start
- `
-})
-export class AppComponent { }
\ No newline at end of file
diff --git a/app/app.module.ts b/app/app.module.ts
deleted file mode 100644
index e096758..0000000
--- a/app/app.module.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { NgModule } from '@angular/core';
-import { BrowserModule } from '@angular/platform-browser';
-
-import { AppComponent } from './app.component';
-
-@NgModule({
- imports: [ BrowserModule ],
- declarations: [ AppComponent ],
- bootstrap: [ AppComponent ]
-})
-export class AppModule { }
\ No newline at end of file
diff --git a/index.html b/index.html
index 3769dc7..fb4640b 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
Angular 2 QuickStart
+
@@ -13,13 +14,18 @@
- Loading...
+
+
+

+
+
+