diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-07 18:01:56 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-07 18:01:56 +0100 |
commit | ccfd23dfe5c0ede1958804e8a36b4b336307a67e (patch) | |
tree | ac6f3a04dcb26fb6aa677c7045e93acc33fe26ab /client/app/app.component.ts | |
parent | 6f4e252246c715a1dafc1e236c8074b08cdd12a3 (diff) | |
download | PeerTube-ccfd23dfe5c0ede1958804e8a36b4b336307a67e.tar.gz PeerTube-ccfd23dfe5c0ede1958804e8a36b4b336307a67e.tar.zst PeerTube-ccfd23dfe5c0ede1958804e8a36b4b336307a67e.zip |
I'm fed up with Gruntfile
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 | } | ||