Files
2016-01-27 08:09:37 -06:00

14 lines
143 B
TypeScript

import {App} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class E2EApp {
url;
constructor() {
this.url = 'hello';
}
}