import {App, NavController, IonicView} from 'ionic/ionic'; @App({ templateUrl: 'main.html' }) class IonicApp { constructor() { } }