import * as ng from 'angular2/core';
@ng.Component({
selector: 'home'
})
@ng.View({
template: require('./home.html')
export class Home {
}