diff --git a/app/app.ts b/app/app.ts
index 78a3738..1c185a2 100644
--- a/app/app.ts
+++ b/app/app.ts
@@ -3,8 +3,15 @@ import { Component } from '@angular/core';
@Component({
selector: 'my-app',
template: `
-
Hello, World!
- `
+
+
Hello, World!
+
+ `,
+ styles: [`
+ h1 {
+ color: blue;
+ }
+ `]
})
export default class App {
diff --git a/app/index.html b/app/index.html
index ed68f1f..47f12c6 100644
--- a/app/index.html
+++ b/app/index.html
@@ -9,7 +9,5 @@
-
-