import {App, Page} from '../../../../../ionic'; @App({ template: '' }) class E2EApp { rootPage = PageOne; } @Page({ templateUrl: 'main.html' }) class PageOne {}