aboutsummaryrefslogtreecommitdiff
path: root/app/components/about/about.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/about/about.ts')
-rw-r--r--app/components/about/about.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/components/about/about.ts b/app/components/about/about.ts
new file mode 100644
index 0000000..64777fc
--- /dev/null
+++ b/app/components/about/about.ts
@@ -0,0 +1,7 @@
+import {Component} from 'angular2/core';
+
+@Component({
+ selector: 'about',
+ templateUrl: './components/about/about.html'
+})
+export class About {}