aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/app/app.component.ts
blob: f0ea272af6178f280e09827c4f03d0d87898de0e (plain) (blame)
1
2
3
4
5
6
7
8
import {Component} from 'angular2/core';

@Component({
    selector: 'my-app',
    templateUrl: 'app/app.component.html',
    styleUrls: [ 'app/app.component.css' ]
})
export class AppComponent { }