import { Component } from '@angular/core'; import { History } from 'pkg/ionic/index' @Component({ selector: '<%=pageSelector%>', templateUrl: '<%=fileName%>.html' }) export class <%=pageName%> { constructor(public history:History) { } ionViewWillEnter() { } }