diff app/app.component.ts @ 1:59b7c3afcc6b

first interface and http request.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Mon, 11 Jan 2016 19:25:53 +0100
parents 39ec75917ef7
children 351c3df28602
line wrap: on
line diff
--- a/app/app.component.ts	Thu Jan 07 15:04:15 2016 +0100
+++ b/app/app.component.ts	Mon Jan 11 19:25:53 2016 +0100
@@ -11,7 +11,9 @@
         `,
     directives: [QuerySelectComponent]
 })
+    
 export class AppComponent { 
     public title = 'huhu!';
-    public selectedOption = 'unknown';    
+    public selectedOption = 'unknown';
+    
 }