import {App} from 'ionic-angular'; @App({ templateUrl: 'main.html' }) class ApiDemoApp { constructor() { this.demo = "List"; } }