Files
2016-02-04 12:49:45 -05:00

22 lines
387 B
TypeScript

import {App} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class ApiDemoApp {
constructor() {
this.appType = "paid";
this.safari = "links";
this.news = "local";
this.favorites = "recent";
this.purchased = "all";
this.mapStyle = "sat";
this.teslaModels = "X";
this.pet = "puppies";
this.calendar = "day";
this.proxy = "auto";
}
}