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