mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test updates
This commit is contained in:
@@ -11,8 +11,8 @@ import * as util from 'ionic/util'
|
||||
templateUrl: 'main.html',
|
||||
directives: [Tabs, Tab, Content]
|
||||
})
|
||||
export default class IonicApp {
|
||||
constructor() {
|
||||
console.log('IonicApp Start');
|
||||
}
|
||||
class IonicApp {}
|
||||
|
||||
export function main(ionicBootstrap) {
|
||||
ionicBootstrap(IonicApp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user