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

Page 1

` }) export class Page1View { }