import { Component }from '@angular/core';
@Component({
selector: 'home',
template: require('./home.html')
})
export class Home {
}