import { Component } from '@angular/core'; import { History } from 'pkg/ionic/index' import { App } from 'ionic-angular'; @Component({ selector: 'page-home-index', templateUrl: 'index.html' }) export class HomeIndexPage { constructor( public history:History, public app:App ) { } }