import {App} from 'ionic-angular'; @App({ templateUrl: 'main.html' }) class E2EApp { url; constructor() { this.input1 = 'Text 1'; } }