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