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