Files
Max Lynch 730cdb6cfc Shit
2015-09-02 15:35:01 -05:00

11 lines
147 B
TypeScript

import {App, IonicApp, Http} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class MyApp {
constructor(private app: IonicApp) {
}
}