import {App, IonicApp, Http} from 'ionic/ionic'; @App({ templateUrl: 'main.html' }) class MyApp { constructor(private app: IonicApp) { } }