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