import {Component} from 'angular2/core'; @Component({ selector: 'home-view', template: `

Home View

`, directives: [] }) export class HomeView { }