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

Page 2

` }) export class Page2View { }