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