import {App, Page} from 'ionic/ionic'; @Page({ templateUrl: 'main.html' }) class E2EPage {} @App({ template: '' }) class E2EApp { constructor() { this.root = E2EPage; } }