import {App} from 'ionic/ionic'; @App({ templateUrl: 'main.html', directives: [] }) class MyApp { constructor() { } }