import {App} from 'ionic/ionic'; @App({ templateUrl: 'main.html' }) class IonicApp { constructor() { this.items = [1, 2, 3, 4, 5] } }