Files
2016-02-05 12:12:35 -05:00

15 lines
277 B
TypeScript

import {App} from 'ionic/ionic';
// Use the toolbar demo but pass in the demo name to change the title
@App({
templateUrl: '../toolbar/main.html'
})
class ApiDemoApp {
constructor() {
this.demo = "Navbar";
this.favorites = "recent";
this.apps = "free";
}
}