diff options
Diffstat (limited to 'client/app/app.component.ts')
-rw-r--r-- | client/app/app.component.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/app/app.component.ts b/client/app/app.component.ts index f0ea272af..c908663e9 100644 --- a/client/app/app.component.ts +++ b/client/app/app.component.ts | |||
@@ -5,4 +5,6 @@ import {Component} from 'angular2/core'; | |||
5 | templateUrl: 'app/app.component.html', | 5 | templateUrl: 'app/app.component.html', |
6 | styleUrls: [ 'app/app.component.css' ] | 6 | styleUrls: [ 'app/app.component.css' ] |
7 | }) | 7 | }) |
8 | export class AppComponent { } | 8 | export class AppComponent { |
9 | title = "coucou"; | ||
10 | } | ||