import {App} from 'ionic/ionic'; @App({ templateUrl: 'main.html' }) class E2EApp { constructor() { this.homeIcon = 'ion-home'; } }